mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 23:23:21 -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 test.bases import WorldTestBase
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import typing
|
||||
|
||||
from . import JakAndDaxterTestBase
|
||||
from .. import jak1_id
|
||||
from ..test import JakAndDaxterTestBase
|
||||
from ..GameID import jak1_id
|
||||
from ..regs.RegionBase import JakAndDaxterRegion
|
||||
from ..locs import (ScoutLocations as Scouts,
|
||||
SpecialLocations as Specials)
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
import typing
|
||||
|
||||
from BaseClasses import CollectionState
|
||||
from . import JakAndDaxterTestBase
|
||||
from ..GameID import jak1_id
|
||||
from ..test import JakAndDaxterTestBase
|
||||
from ..Items import move_item_table
|
||||
from ..regs.RegionBase import JakAndDaxterRegion
|
||||
|
||||
|
||||
class MoveRandoTest(JakAndDaxterTestBase):
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from . import JakAndDaxterTestBase
|
||||
from ..test import JakAndDaxterTestBase
|
||||
from ..Items import orb_item_table
|
||||
|
||||
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
import typing
|
||||
|
||||
from BaseClasses import CollectionState
|
||||
from . import JakAndDaxterTestBase
|
||||
from ..GameID import jak1_id
|
||||
from ..Items import move_item_table
|
||||
from ..regs.RegionBase import JakAndDaxterRegion
|
||||
from ..test import JakAndDaxterTestBase
|
||||
|
||||
|
||||
class ReorderedCellCountsTest(JakAndDaxterTestBase):
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
import typing
|
||||
|
||||
from BaseClasses import CollectionState
|
||||
from . import JakAndDaxterTestBase
|
||||
from ..GameID import jak1_id
|
||||
from ..Items import move_item_table
|
||||
from ..regs.RegionBase import JakAndDaxterRegion
|
||||
from ..test import JakAndDaxterTestBase
|
||||
|
||||
|
||||
class TradesCostNothingTest(JakAndDaxterTestBase):
|
||||
|
||||
Reference in New Issue
Block a user