schireson / pytest-mock-resources

Pytest Fixtures that let you actually test against external resource (Postgres, Mongo, Redshift...) dependent code.
https://pytest-mock-resources.readthedocs.io/en/latest/quickstart.html
MIT License
179 stars 19 forks source link

User for mysql container user is called POSTGRES_USER #116

Closed mattkrems-schireson closed 3 years ago

mattkrems-schireson commented 3 years ago

https://github.com/schireson/pytest-mock-resources/blob/c5e715c46d87a1239161f7e55199dff77e056564/src/pytest_mock_resources/container/mysql.py#L99

DanCardin commented 3 years ago

https://github.com/schireson/pytest-mock-resources/pull/118 to be released soon

DanCardin commented 3 years ago

Fixed in 2.1.2