This makes it consistent with the option (--dist=loadfile) and the other scheduling file (loadscope.py)
5 lines
242 B
Python
5 lines
242 B
Python
from xdist.scheduler.each import EachScheduling # noqa
|
|
from xdist.scheduler.load import LoadScheduling # noqa
|
|
from xdist.scheduler.loadfile import LoadFileScheduling # noqa
|
|
from xdist.scheduler.loadscope import LoadScopeScheduling # noqa
|