Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework scenario execution to plugins #33

Merged
merged 1 commit into from
Apr 20, 2022
Merged

Conversation

elchupanebrej
Copy link
Owner

  • scenario/scenarios could be used both as decorators and operators

@elchupanebrej elchupanebrej force-pushed the scenarios_rework branch 2 times, most recently from 4ee5e99 to cadf730 Compare April 20, 2022 13:40
@codecov
Copy link

codecov bot commented Apr 20, 2022

Codecov Report

Merging #33 (b4e023a) into release_5+1 (a765488) will decrease coverage by 0.19%.
The diff coverage is 92.00%.

@@               Coverage Diff               @@
##           release_5+1      #33      +/-   ##
===============================================
- Coverage        96.08%   95.88%   -0.20%     
===============================================
  Files               54       54              
  Lines             2221     2235      +14     
  Branches           289      299      +10     
===============================================
+ Hits              2134     2143       +9     
- Misses              60       61       +1     
- Partials            27       31       +4     
Impacted Files Coverage Δ
pytest_bdd/model/feature.py 94.59% <ø> (-2.81%) ⬇️
tests/feature/test_gherkin_terminal_reporter.py 100.00% <ø> (ø)
tests/feature/test_steps.py 100.00% <ø> (ø)
tests/feature/test_report.py 81.81% <61.53%> (-18.19%) ⬇️
pytest_bdd/scenario.py 88.97% <88.13%> (+2.30%) ⬆️
pytest_bdd/const.py 95.45% <100.00%> (+0.71%) ⬆️
pytest_bdd/generation.py 94.33% <100.00%> (+0.28%) ⬆️
pytest_bdd/hooks.py 100.00% <100.00%> (ø)
pytest_bdd/plugin.py 98.18% <100.00%> (-0.21%) ⬇️
pytest_bdd/reporting.py 91.17% <100.00%> (+1.70%) ⬆️
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a765488...b4e023a. Read the comment docs.

* scenario/scenarios could be used both as decorators and operators
@elchupanebrej
Copy link
Owner Author

This address pytest-dev#310

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant