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

feat: Ensure all fixture types are automatically included in the CLI. #189

Closed DanCardin closed 1 year ago

DanCardin commented 1 year ago

I noticed moto was missing when trying to manually start it. This new strategy should ensure that new options are always included, so long as they subclass the base docker config object.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4874359072


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/pytest_mock_resources/cli.py 2 11 18.18%
<!-- Total: 11 20 55.0% -->
Files with Coverage Reduction New Missed Lines %
src/pytest_mock_resources/cli.py 3 27.59%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 4326499938: -0.1%
Covered Lines: 1276
Relevant Lines: 1399

💛 - Coveralls