Skip to content

Don't print --fail-fast reminder if no tests were actually skipped #1171

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

Closed
novemberborn opened this issue Jan 7, 2017 · 1 comment · Fixed by #1179
Closed

Don't print --fail-fast reminder if no tests were actually skipped #1171

novemberborn opened this issue Jan 7, 2017 · 1 comment · Fixed by #1179

Comments

@novemberborn
Copy link
Member

With #1160 AVA now prints a reminder when --fail-fast is used and a test fails. Any number of tests could have been skipped.

If all other tests have indeed completed then the reminder is not necessary. A remainingCount could be computed and guarded against when printing the reminder, as described in #1134 (comment).

@novemberborn
Copy link
Member Author

With #1160 AVA now prints a reminder when --fail-fast is used and a test fails. Any number of tests could have been skipped.

Actually, I believe it prints the reminder even if no tests have failed.

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

Successfully merging a pull request may close this issue.

1 participant