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:
@@ -1,5 +1,5 @@
|
||||
from worlds.alttp.ItemPool import difficulties
|
||||
from test.bases import TestBase
|
||||
from ...ItemPool import difficulties
|
||||
from ..bases import TestBase
|
||||
|
||||
base_items = 41
|
||||
extra_counts = (15, 15, 10, 5, 25)
|
||||
|
||||
Reference in New Issue
Block a user