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
or implement a similar behaviour directly in pytest-xdist?
the current available options are not good enough, i have to be sure the slowest tests run first (and i know that in advance) to optimise the test time, distributing them according to the file or group is not ensuring this behaviour.
I also can't use this plugin: https://github.com/klimkin/pytest-slowest-first because it requires the tests to have run before but the machine on which my tests run is a clean machine every time.
Many thanks
The text was updated successfully, but these errors were encountered:
Is there any chance to make pytest-xdist respect the order set by pytest-order (just the priority order):
NOT the dependency order:
or implement a similar behaviour directly in pytest-xdist?
the current available options are not good enough, i have to be sure the slowest tests run first (and i know that in advance) to optimise the test time, distributing them according to the file or group is not ensuring this behaviour.
I also can't use this plugin: https://github.com/klimkin/pytest-slowest-first because it requires the tests to have run before but the machine on which my tests run is a clean machine every time.
Many thanks
The text was updated successfully, but these errors were encountered: