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: Address incompatibility with strict mode for pytest-asyncio in 0… #163

Closed DanCardin closed 2 years ago

DanCardin commented 2 years ago

….17.0 and beyond.

codecov[bot] commented 2 years ago

Codecov Report

Merging #163 (a28c490) into main (a77ef77) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #163      +/-   ##
==========================================
+ Coverage   82.83%   82.84%   +0.01%     
==========================================
  Files          30       30              
  Lines        1305     1306       +1     
  Branches      187      187              
==========================================
+ Hits         1081     1082       +1     
  Misses        183      183              
  Partials       41       41              
Impacted Files Coverage Δ
...esources/fixture/database/relational/postgresql.py 94.93% <100.00%> (+0.06%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.