This website requires JavaScript.
Explore
Help
Register
Sign In
IQ.Lvbs
/
pytest-xdist
Watch
1
Star
0
Fork
0
You've already forked pytest-xdist
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9c74f59e55cb653d1f72df0fe9a7577bc1d34ef6
pytest-xdist
/
xdist
History
holger krekel
9c74f59e55
fixes issue79 - call hooks more systematically on slave nodes and also in the case of SIGINT
...
reorganize internal session code to share more code with the "normal" non-distributed session
2010-04-26 18:35:53 +02:00
..
__init__.py
declare xdist-related hooks directly here (requires a recent py-trunk)
2010-04-22 11:58:13 +02:00
dsession.py
fixes issue79 - call hooks more systematically on slave nodes and also in the case of SIGINT
2010-04-26 18:35:53 +02:00
gwmanage.py
improve and cleanup node-ready handling
2010-01-18 02:07:22 +01:00
mypickle.py
initial copy and modifications from the original py/impl/test/dist and
2010-01-13 15:55:01 +01:00
newhooks.py
* introduce explicit pytest_configure_node hook for node configuration,
2010-04-22 17:00:03 +02:00
nodemanage.py
Added support for exchanging data between master and slave.
2010-04-21 22:33:09 +10:00
plugin.py
declare xdist-related hooks directly here (requires a recent py-trunk)
2010-04-22 11:58:13 +02:00
remote.py
rework dist-testing model: now all items are collected at the start. move back some tests to pytest-core
2010-01-17 23:25:03 +01:00
txnode.py
fixes issue79 - call hooks more systematically on slave nodes and also in the case of SIGINT
2010-04-26 18:35:53 +02:00
util.py
initial copy and modifications from the original py/impl/test/dist and
2010-01-13 15:55:01 +01:00