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

fix: Broken MySQL container startup. MYSQL_USER for root user can no … #132

Closed DanCardin closed 2 years ago

DanCardin commented 2 years ago

…longer be supplied to container.

Fixes https://github.com/schireson/pytest-mock-resources/issues/131