mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-17 21:53:29 -07:00
Tests: now autoload tests from /worlds/*/test (#1318)
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
This commit is contained in:
5
worlds/soe/test/__init__.py
Normal file
5
worlds/soe/test/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from test.TestBase import WorldTestBase
|
||||
|
||||
|
||||
class SoETestBase(WorldTestBase):
|
||||
game = "Secret of Evermore"
|
||||
Reference in New Issue
Block a user