Suggestion: --passed-last #4166
Labels
topic: selection
related to test selection from the command line
type: enhancement
new feature or API change, should be merged into features branch
type: feature-branch
new feature or API change, should be merged into features branch
type: proposal
proposal for a new feature, often to gather opinions or design the API around the new feature
--passed-last is very similiar to --failed-first however it runs all the tests that either failed or didn't run yet first, and then it re-runs all the tests that passed to make sure they pass again.
I think this would be useful because If a test passed once, most likely I didn't break it and I want to see the next test to fail without having to wait or filter out manually.
The text was updated successfully, but these errors were encountered: