Name: | python3-pytest-xdist |
---|---|
Version: | 3.6.1 |
Release: | 4.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 429593 |
License: | MIT |
RPM: | python3-pytest-xdist-3.6.1-4.el10_0.noarch.rpm |
Source RPM: | python-pytest-xdist-3.6.1-4.el10_0.src.rpm |
Build Date: | Fri Dec 20 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/pytest-dev/pytest-xdist |
Summary: | pytest plugin for distributed testing and loop-on-failing modes |
Description: | 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. |