Skip to content
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

An unexpected success should count as an overall failure. #241

Closed
CleanCut opened this issue Dec 14, 2020 · 1 comment
Closed

An unexpected success should count as an overall failure. #241

CleanCut opened this issue Dec 14, 2020 · 1 comment
Labels

Comments

@CleanCut
Copy link
Owner

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)

Originally posted by @wyz23x2 in #240

@CleanCut
Copy link
Owner Author

Fix included in 3.2.6, just released.

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

No branches or pull requests

1 participant