Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.17 KB

README.rst

File metadata and controls

33 lines (23 loc) · 1.17 KB

pytest-xdist

PyPI version Python versions

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.