ClearcodeHQ / pytest-postgresql

This is a pytest plugin, that enables you to test your code that relies on a running PostgreSQL Database. It allows you to specify fixtures for PostgreSQL process and client.
https://pypi.python.org/pypi/pytest-postgresql/
GNU Lesser General Public License v3.0
415 stars 44 forks source link

Update minimum required `port-for` #1016

Closed miketheman closed 3 weeks ago

miketheman commented 4 weeks ago

Resolves #1015

Chore that needs to be done:

Types are defined in the pyproject.toml, issue_number either from issue tracker or the Pull request number

codecov-commenter commented 4 weeks ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.83%. Comparing base (22944af) to head (12e5452). Report is 239 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1016 +/- ## ========================================== + Coverage 95.26% 95.83% +0.57% ========================================== Files 13 13 Lines 401 432 +31 ========================================== + Hits 382 414 +32 + Misses 19 18 -1 ``` | [Flag](https://app.codecov.io/gh/ClearcodeHQ/pytest-postgresql/pull/1016/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ClearcodeHQ) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/ClearcodeHQ/pytest-postgresql/pull/1016/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ClearcodeHQ) | `95.83% <ø> (+0.57%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ClearcodeHQ#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

miketheman commented 3 weeks ago

Thanks for the quick turnaround!