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
Using --stepwise doesn't seem to work with pytest-randomly at current.
If I have tests A through D that all fail with 'assert 0', but a seed that runs them with D first, it stops after the failure of D but assumes that A through C passed even though they didn't run.
It seems to base its success/fail tracking on the test order pre-shuffle.
The text was updated successfully, but these errors were encountered:
Python Version
No response
Package Version
No response
Description
https://docs.pytest.org/en/6.2.x/cache.html#stepwise
Using
--stepwise
doesn't seem to work with pytest-randomly at current.If I have tests A through D that all fail with 'assert 0', but a seed that runs them with D first, it stops after the failure of D but assumes that A through C passed even though they didn't run.
It seems to base its success/fail tracking on the test order pre-shuffle.
The text was updated successfully, but these errors were encountered: