Closed CleanCut closed 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:
python -m unittest project.test
-f, --failfast Stop the test run on the first error or failure.
This was released in version 1.6.0!
(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: