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] The test execution of different pytest.Items are handled in their respective runtest methods, rather than in if clauses inside the pytest_pyfunc_call hook.
Having the item-specific test run code grouped with the item leads to increased code locality, which, in turn makes the code easier to understand.
Signed-off-by: Michael Seifert <[email protected]>
0 commit comments