CleanCut / green

Green is a clean, colorful, fast python test runner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An unexpected success should count as an overall failure.

CleanCut opened this issue · comments

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

Fix included in 3.2.6, just released.