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: Implement moto "ordered actions" for declaring a specific bucket state. #191

Closed DanCardin closed 1 year ago

DanCardin commented 1 year ago

Adds abstractions for moto-related "actions" that allows writing fixtures which automatically create moto-side resources declaratively/statically.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5191696662


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/pytest_mock_resources/action.py 14 16 87.5%
src/pytest_mock_resources/fixture/moto/action.py 42 44 95.45%
<!-- Total: 80 84 95.24% -->
Totals Coverage Status
Change from base Build 5169746740: 0.004%
Covered Lines: 1384
Relevant Lines: 1509

💛 - Coveralls