What should I do if the scope of the parametrize is overridden by the fixture? #11622
Unanswered
1766569880
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a situation where the scope of @pytest.mark.parametrize and @pytest.fixture is overwritten, I think the fixture is the module level, and the parametrize is the function level should not be overridden. The parametrize is executed multiple times, and the fixture is executed only once
Beta Was this translation helpful? Give feedback.
All reactions