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

Draft. Support for resetting function-scoped fixtures #12597

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jul 10, 2024

  1. Add a new scope "item", normally equivalent to "function"

    The new scope is intended to be the scope of one test item (node), but
    explicitly not reset between subtest invocations when running under
    control of an executor such as ``@hypothesis.given(...)`` which executes
    the test function multiple times internally.
    jobh committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1bc2d3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27cf43e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0932042 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68746e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    968c7ec View commit details
    Browse the repository at this point in the history
  6. Test update

    jobh committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4d2b225 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49fe1e9 View commit details
    Browse the repository at this point in the history