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

A flag to dune runtest to exit after first test failure #11060

Open
WardBrian opened this issue Oct 30, 2024 · 0 comments
Open

A flag to dune runtest to exit after first test failure #11060

WardBrian opened this issue Oct 30, 2024 · 0 comments

Comments

@WardBrian
Copy link

Desired Behavior

A --fail-fast (or even better, --max-failures=N, where N=1 means "exit after the first test failure") flag, for circumstances where the important thing is not which tests failed, but simply that some did.

Example

This has several uses, but one would be to make mutation testing a bit easier and more efficient

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant