python3-pytest-xdist

xdist plugin for py.test (Python 3)

Description

The pytest-xdist plugin extends py.test with some unique test execution modes:

 * Looponfail:
     Run your tests repeatedly in a subprocess. After each run py.test 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.
 * Load-balancing:
     if you have multiple CPUs or hosts you can use those for a combined test
     run. This allows one to speed up development or to use special resources
     of remote machines.
 * 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, py.test efficiently synchronizes your program source code to the remote place. All test results are reported back and displayed to your local test session. You may specify different Python versions and interpreters.

This package contains pytext-xdist for Python 3.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

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


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-pytest-xdist