CleanCut / green

Green is a clean, colorful, fast python test runner.
MIT License
795 stars 76 forks source link

Support "failfast" like unittest #8

Closed CleanCut closed 10 years ago

CleanCut commented 10 years ago

(Split into its own issue from #5 so it can be addressed separately.)

A feature that is present in unittest (when tests are invoked via python -m unittest project.test) that would be really nice to have:

-f, --failfast     Stop the test run on the first error or failure.
CleanCut commented 10 years ago

This was released in version 1.6.0!