pytest-xdist
py.test xdist plugin for distributed testing and loop-on-failing modes
py.test xdist plugin for distributed testing and loop-on-failing modes
To install this package, run one of the following:
The pytest-xdist plugin extends py.test with some unique test execution modes. Multiple CPUs/hosts can be used for a combined test run. Each test can be run in a boxed subprocess (not win) to survive SEGFAULTS or otherwise dying processes. Tests can be run in loop on failure; the plugin waits for file changes and then re-runs failing tests. The plugin also provides multi-platform coverage by allowing the developer to specify different Python interpreters or different platforms.
Summary
py.test xdist plugin for distributed testing and loop-on-failing modes
Last Updated
Dec 10, 2019 at 23:36
License
MIT
Total Downloads
224
Version Downloads
224
Supported Platforms
GitHub Repository
https://github.com/pytest-dev/pytest-xdist