DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-pytest-xdist
Beschreibungxdist plugin for py.test
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.1-3
Sektionpython
Prioritätoptional
Installierte Größe188 Byte
Hängt ab vonpython (<< 2.7), python (>= 2.5), python-support (>= 0.90.0), python-py, python-execnet
Empfohlene Pakete
PaketbetreuerAdam Schmalhofer
Quellepytest-xdist
Paketgröße19646 Byte
Prüfsumme MD5d8e87900809162d475aeec11df2ecf59
Prüfsumme SHA141b51b4f26c00bb203eb783ef49865ce5713d4f0
Prüfsumme SHA2563ceabf1044f5c1292590a273b356986b7255dbe36df496b98ae268324a142141
Link zum Herunterladenpython-pytest-xdist_1.1-3_all.deb
Ausführliche BeschreibungThe 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 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.


Impressum
Linux is a registered trademark of Linus Torvalds