remove pickling in distributed testing refactor internal mechanism enough to work for -n1 * * * fix handling of crashing items and slave down events
19 lines
440 B
Plaintext
19 lines
440 B
Plaintext
rename / hooks
|
|
-----------------------------------------------
|
|
tag: bug
|
|
|
|
node -> slave
|
|
transition for hooks?
|
|
configure_node -> configure_slave
|
|
|
|
|
|
allow to run xdist tests with xdist
|
|
-----------------------------------------------
|
|
tag: feature
|
|
|
|
allow to run xdist own tests using its own mechanism.
|
|
currently this doesn't work because the remote side
|
|
has no py.test plugin. How to configure/do
|
|
register "xdist.plugin" on the remote side?
|
|
|