Mark unexpected_successes (u) as failure #240
wyz23x2
started this conversation in
Enhancements
Replies: 1 comment 1 reply
-
I have to admit, I've never encountered an unexpected success in real life. 😆 Sounds like a bug! (And logged as #241) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The name states the problem. It's
unexpected
, meaning that's the wrong behavior. Maybe it could change.Before:
OK (passes=4, unexpected_successes=1)
After:
FAILURE (passes=4, unexpected_successes=1)
Beta Was this translation helpful? Give feedback.
All reactions