pytest-dev / pytest-bdd

BDD library for the pytest runner
https://pytest-bdd.readthedocs.io/en/latest/
MIT License
1.32k stars 221 forks source link

Add test to use asterisks to continue step type instead of And or But #713

Closed jsa34 closed 1 month ago

jsa34 commented 1 month ago

Supersedes #617

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 95.31%. Comparing base (b3956b3) to head (15b83ee). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #713 +/- ## ========================================== + Coverage 95.30% 95.31% +0.01% ========================================== Files 53 54 +1 Lines 2023 2029 +6 Branches 228 228 ========================================== + Hits 1928 1934 +6 Misses 58 58 Partials 37 37 ```

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

youtux commented 1 month ago

Mind adding a line to the changelog saying this is supported now?

jsa34 commented 1 month ago

Absolutely :)

jsa34 commented 1 month ago

Done 👍 I also added a section in the README to explain the usage