-
Notifications
You must be signed in to change notification settings - Fork 177
Add --bail support #671
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
Add --bail support #671
Conversation
Marsup
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't you think it would be better to mark the remaining tests as skipped, as it's kind of what happened. I also imagine it would be better handled this way if we get multiple failures on tests ran in parallel.
cjihrig
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No real preference on terminating early or skipping remaining tests.
|
@Marsup thanks for the feedback, the PR is updated. |
|
Looks even simpler 👍 |
|
Great. Now can someone please do a release so I can use this? :) |
|
@lerouxb published! |
|
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions. |
Closes #214