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
Working on #3257 and #3254, I realized that some tests do affect the tests after them (normally in a bad way).
Although mentioned PRs aims to mitigate that, I think it will be clever to have random test ordering.
Keeping in mind that ideally all the pool tests should run once after another (order independent), so we can start and stop the pool just once.
Working on #3257 and #3254, I realized that some tests do affect the tests after them (normally in a bad way).
Although mentioned PRs aims to mitigate that, I think it will be clever to have random test ordering.
Keeping in mind that ideally all the pool tests should run once after another (order independent), so we can start and stop the pool just once.
https://pypi.org/project/pytest-random-order/
The text was updated successfully, but these errors were encountered: