mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-08 07:48:17 -07:00
Clean imports of unit tests.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
from .. import JakAndDaxterWorld
|
from worlds.jakanddaxter import JakAndDaxterWorld
|
||||||
from ..GameID import jak1_name
|
from ..GameID import jak1_name
|
||||||
from test.bases import WorldTestBase
|
from test.bases import WorldTestBase
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import typing
|
import typing
|
||||||
|
|
||||||
from . import JakAndDaxterTestBase
|
from ..test import JakAndDaxterTestBase
|
||||||
from .. import jak1_id
|
from ..GameID import jak1_id
|
||||||
from ..regs.RegionBase import JakAndDaxterRegion
|
from ..regs.RegionBase import JakAndDaxterRegion
|
||||||
from ..locs import (ScoutLocations as Scouts,
|
from ..locs import (ScoutLocations as Scouts,
|
||||||
SpecialLocations as Specials)
|
SpecialLocations as Specials)
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
import typing
|
from ..test import JakAndDaxterTestBase
|
||||||
|
|
||||||
from BaseClasses import CollectionState
|
|
||||||
from . import JakAndDaxterTestBase
|
|
||||||
from ..GameID import jak1_id
|
|
||||||
from ..Items import move_item_table
|
from ..Items import move_item_table
|
||||||
from ..regs.RegionBase import JakAndDaxterRegion
|
|
||||||
|
|
||||||
|
|
||||||
class MoveRandoTest(JakAndDaxterTestBase):
|
class MoveRandoTest(JakAndDaxterTestBase):
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
from . import JakAndDaxterTestBase
|
from ..test import JakAndDaxterTestBase
|
||||||
from ..Items import orb_item_table
|
from ..Items import orb_item_table
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
import typing
|
from ..test import JakAndDaxterTestBase
|
||||||
|
|
||||||
from BaseClasses import CollectionState
|
|
||||||
from . import JakAndDaxterTestBase
|
|
||||||
from ..GameID import jak1_id
|
|
||||||
from ..Items import move_item_table
|
|
||||||
from ..regs.RegionBase import JakAndDaxterRegion
|
|
||||||
|
|
||||||
|
|
||||||
class ReorderedCellCountsTest(JakAndDaxterTestBase):
|
class ReorderedCellCountsTest(JakAndDaxterTestBase):
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
import typing
|
from ..test import JakAndDaxterTestBase
|
||||||
|
|
||||||
from BaseClasses import CollectionState
|
|
||||||
from . import JakAndDaxterTestBase
|
|
||||||
from ..GameID import jak1_id
|
|
||||||
from ..Items import move_item_table
|
|
||||||
from ..regs.RegionBase import JakAndDaxterRegion
|
|
||||||
|
|
||||||
|
|
||||||
class TradesCostNothingTest(JakAndDaxterTestBase):
|
class TradesCostNothingTest(JakAndDaxterTestBase):
|
||||||
|
|||||||
Reference in New Issue
Block a user