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

fix: also allow psycopg2-binary as a valid driver #208

Closed willmclaren closed 5 months ago

willmclaren commented 5 months ago

v2.10.2 introduced a change that broke our CI since we use psycopg2-binary instead of psycopg2.

This change allows either as a valid driver.

DanCardin commented 5 months ago

Ah yes, good call good call. Thanks for the fix!

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 8688771059

Details


Totals Coverage Status
Change from base Build 8650835071: 0.0%
Covered Lines: 1439
Relevant Lines: 1589

💛 - Coveralls