pytest-concurrent
pytest-concurrent copied to clipboard
Exit code is 0 when mode is mproc
The exit code is 0 when running in concmode=mproc
and having a test that fails.
When using concmode=mthread
or not using pytest-concurrent exit code is 1 when test fails.
same here