pytest-xdist 1.22.1-1 source package in Ubuntu
Changelog
pytest-xdist (1.22.1-1) unstable; urgency=medium * New upstream release -- Scott Talbert <email address hidden> Tue, 20 Feb 2018 20:33:44 -0500
Upload details
- Uploaded by:
- Debian Python Modules Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pytest-xdist_1.22.1-1.dsc | 2.4 KiB | 1598ba707476cc641c7565f477e25753de5280951757be4cf87f4ba3db2ab63b |
pytest-xdist_1.22.1.orig.tar.gz | 52.0 KiB | ed7039b9c1a0f298df4d38209a290aa375727c49a612b2dfedee992f8d0b7d32 |
pytest-xdist_1.22.1-1.debian.tar.xz | 4.2 KiB | 27a5f398a1c2968ea6c7a2f01209c12bb0c8842b98a42e0e3cb4aa136f5ff52f |
Available diffs
- diff from 1.22.0-1 to 1.22.1-1 (20.6 KiB)
No changes file available.
Binary packages built by this source
- python-pytest-xdist: xdist plugin for py.test
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 pytest-xdist for Python 2.
- python3-pytest-xdist: xdist plugin for py.test (Python 3)
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.