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
183 stars 19 forks source link

feat: Add the ability to specify custom engine kwargs. #137

Closed DanCardin closed 2 years ago

DanCardin commented 2 years ago

Sometimes one needs to specify non-default engine keyword arguments on engine creation. Currently this feature only applies to the engine (or session's engine) that get handed to the test function through the fixture.