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:
qwint
2025-09-08 14:36:26 -05:00
committed by GitHub
parent 63f3512829
commit 17dad8313e
15 changed files with 172 additions and 178 deletions

View File

@@ -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)