Test: Remove most dependencies on lttp (#5338)
* removes the last dependencies on lttp in tests * removing test.bases.TestBase from docs as well * rename bases * move imports to bases
This commit is contained in:
@@ -5,7 +5,7 @@ from worlds.alttp.ItemPool import difficulties
|
||||
from worlds.alttp.Items import item_factory
|
||||
from worlds.alttp.Regions import create_regions
|
||||
from worlds.alttp.Shops import create_shops
|
||||
from worlds.alttp.test import LTTPTestBase
|
||||
from worlds.alttp.test.bases import LTTPTestBase
|
||||
|
||||
|
||||
class TestDungeon(LTTPTestBase):
|
||||
|
||||
Reference in New Issue
Block a user