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
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: