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
Here, the setup_class time is counted in test1, but if test1 and test2 are split into different groups, setup_class in test2 matters. To minimize the time, pytest-split should group them into the same group.
The text was updated successfully, but these errors were encountered:
Considering a test case with
setup_class
:Run:
The result in
.test_durations
:Here, the
setup_class
time is counted intest1
, but iftest1
andtest2
are split into different groups,setup_class
intest2
matters. To minimize the time,pytest-split
should group them into the same group.The text was updated successfully, but these errors were encountered: