You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Move logic for test setup from pytest hook to test class.
Compared to performing the same logic in a pytest hook, this approach centralizes the logic for test execution and makes it easier to follow the program flow.
0 commit comments