Merge pull request #368 from nicoddemus/rename-filescope-file

Rename filescope to loadfile
This commit is contained in:
Ronny Pfannschmidt
2018-11-09 17:20:35 +01:00
committed by GitHub
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.each import EachScheduling # noqa
from xdist.scheduler.load import LoadScheduling # 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.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 from py.log import Producer