The pytest-xdist plugin extends pytest with new test execution modes, the most used being distributing tests across multiple CPUs to speed up test execution:
pytest -n auto
With this call, pytest will spawn a number of workers processes equal to the number of available CPUs, and distribute the tests randomly across them.
Documentation
Documentation is available at Read The Docs.
Release files for pytest-xdist 3.6.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pytest_xdist-3.6.1.tar.gz | 84.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pytest_xdist-3.6.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 130.2 kB
Release files / pytest_xdist-3.6.1.tar.gz
| Download URL | pytest_xdist-3.6.1.tar.gz |
|---|---|
| Size | 84.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ead156a4db231eec769737f57668ef58a2084a34b2e55c4a8fa20d861107300d
|
|
BLAKE2b-256 checksum How to use checksums |
41c43c310a19bc1f1e9ef50075582652673ef2bfc8cd62afef9585683821902f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.0.0 CPython/3.12.3
|
Release files / pytest_xdist-3.6.1-py3-none-any.whl
| Download URL | pytest_xdist-3.6.1-py3-none-any.whl |
|---|---|
| Size | 46.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9ed4adfb68a016610848639bb7e02c9352d5d9f03d04809919e2dafc3be4cca7
|
|
BLAKE2b-256 checksum How to use checksums |
6d821d96bf03ee4c0fdc3c0cbe61470070e659ca78dc0086fb88b66c185e2449
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.0.0 CPython/3.12.3
|