Replies: 1 comment 1 reply
-
it should be called, more context is needed to determine if its user error or pytest bug |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it OK that pytest_fixture_setup hook doesn't run for session scoped fixtures?
I added pytest_fixture_setup function to conftest.py and it runs for function and module scoped fixtures but not session-scoped.
Beta Was this translation helpful? Give feedback.
All reactions