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

Suggestion: --passed-last #4166

Closed
rinslow opened this issue Oct 16, 2018 · 4 comments
Closed

Suggestion: --passed-last #4166

rinslow opened this issue Oct 16, 2018 · 4 comments
Assignees
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

Comments

@rinslow
Copy link

rinslow commented Oct 16, 2018

--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.

@RonnyPfannschmidt
Copy link
Member

#4147 might be interesting for that scenario

@nicoddemus nicoddemus added type: enhancement new feature or API change, should be merged into features branch topic: selection related to test selection from the command line 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 labels Oct 16, 2018
@feuillemorte
Copy link
Contributor

I'll take it

@feuillemorte feuillemorte self-assigned this Oct 30, 2018
@nicoddemus
Copy link
Member

@feuillemorte hold on a bit, I'm interested to know if the new --sw flag might suit @rinslow's needs.

@Zac-HD
Copy link
Member

Zac-HD commented Jun 20, 2023

Closing because the --sw / --stepwise argument serves this use-case.

@Zac-HD Zac-HD closed this as completed Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

5 participants