Core: fix unittest world discovery (#2262)

This commit is contained in:
black-sliver
2023-10-03 09:47:22 +02:00
committed by GitHub
parent 6b48f9aac5
commit cdbb2cf7b7
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
def load_tests(loader, standard_tests, pattern):
import os
import unittest
from ..TestBase import file_path
from .. import file_path
from worlds.AutoWorld import AutoWorldRegister
suite = unittest.TestSuite()