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

Handle multiple parsers connected to a step function #530

Merged
merged 2 commits into from
Jul 7, 2022

Conversation

youtux
Copy link
Contributor

@youtux youtux commented Jul 6, 2022

Fixes #528

@codecov
Copy link

codecov bot commented Jul 6, 2022

Codecov Report

Merging #530 (533b5cd) into master (81a9264) will increase coverage by 0.06%.
The diff coverage is 94.11%.

@@            Coverage Diff             @@
##           master     #530      +/-   ##
==========================================
+ Coverage   92.62%   92.69%   +0.06%     
==========================================
  Files          48       48              
  Lines        1655     1670      +15     
  Branches      178      179       +1     
==========================================
+ Hits         1533     1548      +15     
  Misses         83       83              
  Partials       39       39              
Impacted Files Coverage Δ
pytest_bdd/utils.py 89.47% <88.88%> (+2.37%) ⬆️
pytest_bdd/scenario.py 89.65% <93.75%> (+0.12%) ⬆️
pytest_bdd/__init__.py 100.00% <100.00%> (ø)
pytest_bdd/steps.py 94.44% <100.00%> (+0.10%) ⬆️
tests/feature/test_steps.py 100.00% <100.00%> (ø)

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 81a9264...533b5cd. Read the comment docs.

@youtux youtux marked this pull request as ready for review July 7, 2022 13:57
@youtux youtux merged commit 7393b46 into master Jul 7, 2022
@youtux youtux deleted the fix-parsed-step-aliases branch July 7, 2022 14:16
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.

Parsed step aliases no longer working on 6.0.0
1 participant