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

Allow the user to specify the caller_locals for step and scenarios decorators #540

Closed
wants to merge 5 commits into from

Conversation

youtux
Copy link
Contributor

@youtux youtux commented Jul 15, 2022

Some users need it for advanced use cases.

Checklist:

  • Create tests

…decorators.

Some users need it for advanced use cases.
@codecov
Copy link

codecov bot commented Jul 15, 2022

Codecov Report

Merging #540 (b8d2f8b) into master (c0357d5) will increase coverage by 0.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #540      +/-   ##
==========================================
+ Coverage   92.46%   92.55%   +0.09%     
==========================================
  Files          49       49              
  Lines        1685     1706      +21     
  Branches      208      212       +4     
==========================================
+ Hits         1558     1579      +21     
  Misses         90       90              
  Partials       37       37              
Impacted Files Coverage Δ
tests/args/test_common.py 100.00% <ø> (ø)
pytest_bdd/scenario.py 88.88% <100.00%> (+0.07%) ⬆️
pytest_bdd/steps.py 96.66% <100.00%> (+0.30%) ⬆️
tests/feature/test_scenarios.py 100.00% <100.00%> (ø)
tests/steps/test_common.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 c0357d5...b8d2f8b. Read the comment docs.

@youtux youtux marked this pull request as ready for review July 16, 2022 12:36
@youtux
Copy link
Contributor Author

youtux commented Jul 30, 2022

I am going to abandon this in favor of #548.

@youtux youtux closed this Jul 30, 2022
@youtux youtux deleted the configurable-caller_locals branch August 19, 2022 19:13
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