Closed bluetech closed 10 months ago
Attention: 9 lines
in your changes are missing coverage. Please review.
Comparison is base (
8a694ff
) 95.58% compared to head (32a19ce
) 95.18%.
Files | Patch % | Lines |
---|---|---|
src/pytest_bdd/scenario.py | 80.00% | 3 Missing and 3 partials :warning: |
src/pytest_bdd/compat.py | 76.92% | 2 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #668
I got the pytest version check wrong, fixing it in https://github.com/pytest-dev/pytest-bdd/pull/669
@youtux , thanks for the fix. Do you know when the fix will be released?
I'll do a release later today
pytest-bdd 7.1.1 is out
The signature of this (private) function will change in the upcoming pytest 8.1 release: https://github.com/pytest-dev/pytest/pull/11785
Additionally, the
iterparentnodeids
function is removed, so copy/pasting it for now.I verified that all tests pass when run against pytest main.