pytest-dev / pytest-bdd

BDD library for the py.test runner
https://pytest-bdd.readthedocs.io/en/latest/
MIT License
1.3k stars 219 forks source link

Fix compatibility issues with pytest 8.1 (fixture registration) #680

Closed youtux closed 6 months ago

youtux commented 6 months ago

TODO:

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 96.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 95.35%. Comparing base (669492d) to head (b4e13a0).

:exclamation: Current head b4e13a0 differs from pull request most recent head ee05bc6. Consider uploading reports for the commit ee05bc6 to get more accurate results

Files Patch % Lines
src/pytest_bdd/compat.py 95.23% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #680 +/- ## ========================================== + Coverage 95.17% 95.35% +0.17% ========================================== Files 50 50 Lines 1825 1830 +5 Branches 200 201 +1 ========================================== + Hits 1737 1745 +8 + Misses 57 55 -2 + Partials 31 30 -1 ```

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