Description
Runs pytest tests concurrently. It helps developers reduce test time and expose concurrency-sensitive failures by executing compatible tests in parallel.
Parallel tests can compete for files, ports, databases, and global state. Isolate resources and avoid enabling concurrency for tests that assume exclusive access.