mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
lufia2ac: rearrange tests to comply with new conventions (#5001)
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
from test.bases import WorldTestBase
|
|
||||||
|
|
||||||
|
|
||||||
class L2ACTestBase(WorldTestBase):
|
|
||||||
game = "Lufia II Ancient Cave"
|
|
||||||
|
5
worlds/lufia2ac/test/bases.py
Normal file
5
worlds/lufia2ac/test/bases.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
from test.bases import WorldTestBase
|
||||||
|
|
||||||
|
|
||||||
|
class L2ACTestBase(WorldTestBase):
|
||||||
|
game = "Lufia II Ancient Cave"
|
@@ -2,7 +2,7 @@ from argparse import Namespace
|
|||||||
|
|
||||||
from BaseClasses import PlandoOptions
|
from BaseClasses import PlandoOptions
|
||||||
from Generate import handle_option
|
from Generate import handle_option
|
||||||
from . import L2ACTestBase
|
from .bases import L2ACTestBase
|
||||||
from ..Options import CustomItemPool
|
from ..Options import CustomItemPool
|
||||||
|
|
||||||
|
|
@@ -1,4 +1,4 @@
|
|||||||
from . import L2ACTestBase
|
from .bases import L2ACTestBase
|
||||||
|
|
||||||
|
|
||||||
class TestDefault(L2ACTestBase):
|
class TestDefault(L2ACTestBase):
|
Reference in New Issue
Block a user