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

Remove clutter from _step_decorator #531

Closed youtux closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #531 (092361a) into master (7393b46) will increase coverage by 0.05%. The diff coverage is 97.22%.

@@            Coverage Diff             @@
##           master     #531      +/-   ##
==========================================
+ Coverage   92.69%   92.74%   +0.05%     
==========================================
  Files          48       48              
  Lines        1670     1655      -15     
  Branches      179      177       -2     
==========================================
- Hits         1548     1535      -13     
+ Misses         83       82       -1     
+ Partials       39       38       -1     
Impacted Files Coverage Δ
tests/steps/test_steps.py 100.00% <ø> (ø)
pytest_bdd/scenario.py 89.41% <94.44%> (-0.25%) :arrow_down:
pytest_bdd/parsers.py 88.23% <100.00%> (+0.23%) :arrow_up:
pytest_bdd/steps.py 97.91% <100.00%> (+3.47%) :arrow_up:

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 7393b46...092361a. Read the comment docs.