A pytest plugin for parallel test execution with configurable concurrency
Project description
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/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pytest_concurrency-0.0.2.tar.gz
(17.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytest_concurrency-0.0.2.tar.gz.
File metadata
- Download URL: pytest_concurrency-0.0.2.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d66ae1157cb4636e5aa62b5243c5d1f61cf396ba84b83738840c81901ae86625
|
|
| MD5 |
248f992e686d35a12d492667ad07f6f0
|
|
| BLAKE2b-256 |
345d7bfd5511a1d95bd075bff2d96259c485a728302963dd4418bec9bc54c22e
|
File details
Details for the file pytest_concurrency-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pytest_concurrency-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ee684bc147f2d91d997fc71900a904fe262412042c7c3921ecb9f146a57dc41
|
|
| MD5 |
b3695178d088889e49df1a78f4ae3c8e
|
|
| BLAKE2b-256 |
868b377934be275bbec8d4b9ebfa46518f18ef81e2011120f52a3bca720c5ad1
|