pytest-stepwise icon indicating copy to clipboard operation
pytest-stepwise copied to clipboard

Deprecated: A pytest plugin for running failing tests one at a time

Results 2 pytest-stepwise issues
Sort by recently updated
recently updated
newest added
trafficstars

If I run a lot of tests like ``` $ pytest ... lots of output 4 failed, 2871 passed in 37.32 seconds ``` it would be nice if stepwise noted...

When running tests with xdist and pytest-stepwise, tests continue to run even after a test fails. Ideally tests should be stopped regardless of running with xdist or not, but if...