Rename filescope to loadfile

This makes it consistent with the option (--dist=loadfile) and the other
scheduling file (loadscope.py)
This commit is contained in:
Bruno Oliveira
2018-11-09 13:00:40 -02:00
parent adc385253c
commit d84ae73775
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
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
from xdist.scheduler.filescope import LoadFileScheduling # noqa

View File

@@ -1,4 +1,4 @@
from . import LoadScopeScheduling
from .loadscope import LoadScopeScheduling
from py.log import Producer