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

Raise a userfriendly error when allocated docker space is full/docker volumes need pruning #48

Closed oakhan3 closed 5 years ago

oakhan3 commented 5 years ago

Is your feature request related to a problem? Please describe. Raise a userfriendly error when allocated docker space is full/docker volumes need pruning

Describe alternatives you've considered Systematically remove volumes in the case where the container is managed by pmr

oakhan3 commented 5 years ago

Solved by PR #49