unittest-parallel is a parallel unit test runner for Python's unittest framework with coverage support. Version 1.8.0, maintained, with monthly releases.
pip install unittest-parallelVerified import paths — ran on the pinned version, not inferred.
Run all tests in parallel with verbose output.
Use `python -m unittest-parallel` instead of `import unittest_parallel`.
Replace `-j 4` with `--processes 4`.
Use Python 3.7 or later.