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

Issue #362: Only unconfigure if configured #641

Merged
merged 2 commits into from
Nov 11, 2023

Commits on Oct 31, 2023

  1. Issue pytest-dev#362: Only unconfigure if configured

    `pytest_unconfigure` can be called even if `pytest_configure` was not.
    In order to avoid errors during unconfigure only perform the unconfigure
    if the configure was performed. Add a counter which is incremented
    before configure to track the number of times pytest started
    initialization so that the config is not popped early from the stack.
    n3world committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    825fcf8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. 2 Configuration menu
    Copy the full SHA
    c232828 View commit details
    Browse the repository at this point in the history