Implemented a load scheduler that groups tests by scope.

This commit is contained in:
Carlos Jenkins
2017-07-20 16:05:20 -06:00
parent 8356cfa39d
commit b0916f06ce
5 changed files with 443 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
from xdist.scheduler.each import EachScheduling # noqa
from xdist.scheduler.load import LoadScheduling # noqa
from xdist.scheduler.loadscope import LoadScopeScheduling # noqa