Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to only run failures (and/or to run them first) #172

Open
nickrobinson251 opened this issue Aug 7, 2024 · 1 comment
Open

Ability to only run failures (and/or to run them first) #172

nickrobinson251 opened this issue Aug 7, 2024 · 1 comment
Labels
new feature A feature we would like to add

Comments

@nickrobinson251
Copy link
Collaborator

nickrobinson251 commented Aug 7, 2024

name tbd (perhaps fails_only, fails_first?)

potentially would be nice to add a short-hand for combining this with failfast #132

@nickrobinson251
Copy link
Collaborator Author

nickrobinson251 commented Aug 12, 2024

a problem with running only previously-failed tests, is that fixing these doesn't mean all tests now pass, since other tests may have begun to fail... so i'm tempted to think running previously-failed tests first is the more useful option, especially if also aborting the test run on the first failure (#132)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A feature we would like to add
Projects
None yet
Development

No branches or pull requests

1 participant