CMD + K

pytest-xdist

Community

py.test xdist plugin for distributed testing and loop-on-failing modes

Installation

To install this package, run one of the following:

Conda
$conda install free::pytest-xdist

Usage Tracking

1.17.1
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

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

linux-64
win-32
macOS-64
linux-32
win-64