pytest-dev / pytest-xdist

pytest plugin for distributed testing and loop-on-failures testing modes.
https://pytest-xdist.readthedocs.io
MIT License
1.44k stars 228 forks source link

sheduler statemachines #20

Open RonnyPfannschmidt opened 8 years ago

RonnyPfannschmidt commented 8 years ago

in order to properly formalize and test sheduling mechanisms as well as correcting the bugs around node restarts we need a formalized set of statemachines that do the master side as well as state machines tha do the slave side of xdist

this also addresses #17 #18 and #19

nicoddemus commented 8 years ago

Related: pytest-dev/pytest#927