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

Refactor change in PR#7687 #9104

Commits on Sep 19, 2021

  1. Refactor change in PR#7687

    In pytest-dev#7687 a bugfix was added
    after NOTSET was changed to a singleton enum, which ended up breaking
    ID generation when it checked for isinstance(Enum).
    
    That change, however, did not update the code path in the same ID
    generation when used as an idfn function.
    
    This adjusts the logic to handle both cases.
    alexharv074 committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    12a5571 View commit details
    Browse the repository at this point in the history