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

console-script for starting persistent container #40

Closed DanCardin closed 5 years ago

DanCardin commented 5 years ago

Is your feature request related to a problem? Please describe. It takes forever to start a docker container

Describe the solution you'd like a pytest-mock-resources postgres/mongo which auto-runs the docker command you document in the readme.

Ideally this would block and you could ctrl+c it to stop