pytest-xdist 

Description

xdist: pytest distributed testing plugin The pytest-xdist plugin extends pytest with some unique test execution modes: - test run parallelization: if you have multiple CPUs or hosts you can use those for a combined test run. This allows to speed up development or to use special resources of remote machines. - --looponfail: run your tests repeatedly in a subprocess. After each run pytest waits until a file in your project changes and then re-runs the previously failing tests. This is repeated until all tests pass after which again a full run is performed. - Multi-Platform coverage: you can specify different Python interpreters or different platforms and run tests in parallel on all of them. Before running tests remotely, pytest efficiently "rsyncs" your program source code to the remote place. All test results are reported back and displayed to your local terminal. You may specify different Python versions and interpreters.

More information

- Homepage: https://github.com/pytest-dev/pytest-xdist

Available Versions of pytest-xdist

Version

Module

Available on

Version

Module

Available on

2.3.0-GCCcore-10.3.0

tools/pytest-xdist/2.3.0-GCCcore-10.3.0

Noctua 1, Noctua 2

This table is generated automatically. If you need other versions please click pc2-support@uni-paderborn.de.

Usage Hints for pytest-xdist

If you need support in using this software or example job scripts please click pc2-support@uni-paderborn.de.