We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Running nose2 with --fail-fast and without the --processes flag works as expected. At the first failed test it stops.
--fail-fast
--processes
Adding in a --processes 2 flag - it runs through the full test suite.
--processes 2