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

How tos for loop scopes #687

Merged
merged 2 commits into from
Nov 27, 2023
Merged

Conversation

seifertm
Copy link
Contributor

@seifertm seifertm commented Nov 26, 2023

This PR extends the docs to explain the new scoped-loop idea in the concepts section and adds how-tos for running loops in a certain scope.

Resolves #676
Resolves #677

@codecov-commenter
Copy link

codecov-commenter commented Nov 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5fc341a) 94.81% compared to head (9a0cce1) 94.81%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #687   +/-   ##
=======================================
  Coverage   94.81%   94.81%           
=======================================
  Files           2        2           
  Lines         463      463           
  Branches       92       92           
=======================================
  Hits          439      439           
  Misses         16       16           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@seifertm seifertm force-pushed the how-tos-for-loop-scopes branch from cacb156 to 183a126 Compare November 26, 2023 13:12
@seifertm seifertm added this to the v0.23 milestone Nov 27, 2023
The section now explains the concept of "scoped loops".

Signed-off-by: Michael Seifert <[email protected]>
@seifertm seifertm force-pushed the how-tos-for-loop-scopes branch from 183a126 to 9a0cce1 Compare November 27, 2023 06:39
@seifertm seifertm enabled auto-merge November 27, 2023 06:39
@seifertm seifertm added this pull request to the merge queue Nov 27, 2023
Merged via the queue into pytest-dev:main with commit 6ca920b Nov 27, 2023
@seifertm seifertm deleted the how-tos-for-loop-scopes branch November 27, 2023 06:44
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.

Add how-tos for requesting loops with different scopes Simplify configuration of session-scoped loops
2 participants