Skip to content

Repository files navigation

pytest-concurrency

A pytest plugin for parallel test execution with configurable concurrency.

Installation

pip install pytest-concurrency

Quick Start

# Run tests with 4 parallel workers
pytest --workers 4

# Auto-detect CPU cores
pytest --workers auto

# Via environment variable
PYTEST_CONCURRENCY_WORKERS=4 pytest

Documentation

Full documentation is available at https://qarium.github.io/pytest-concurrency/

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages