You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: