Skip to content

py.test xdist plugin for distributed testing and loop-on-failing modes (Required by libei, python-aiohttp, python-httplib2, python-license-expression, python-pytest-django, python-sphinxcontrib-towncrier)

License

Notifications You must be signed in to change notification settings

sysfce2/python-pytest-xdist

 
 

Repository files navigation

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.

About

py.test xdist plugin for distributed testing and loop-on-failing modes (Required by libei, python-aiohttp, python-httplib2, python-license-expression, python-pytest-django, python-sphinxcontrib-towncrier)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Gherkin 0.1%