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

Nest psycopg2 imports in patch function to prevent import errors for … #39

Closed oakhan3 closed 5 years ago

oakhan3 commented 5 years ago

…non-postgres users.

oakhan3 commented 5 years ago

Will reapproach this bug at a later time.