Skip to content

pytest-dev/pytest-xdist

Repository files navigation

Image for: Repository files navigation

pytest-xdist

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

Image for: Documentation

Documentation is available at Read The Docs.

About

Image for: About

pytest plugin for distributed testing and loop-on-failures testing modes.

Topics

Resources

License

Stars

Watchers

Forks

Packages

Image for: Packages 0
No packages published

Contributors 103

Image for: Contributors 103

Languages

Image for: Languages