Merge pull request #368 from nicoddemus/rename-filescope-file
Rename filescope to loadfile
This commit is contained in:
@@ -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
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
from . import LoadScopeScheduling
|
from .loadscope import LoadScopeScheduling
|
||||||
from py.log import Producer
|
from py.log import Producer
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user