mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
11 lines
308 B
Python
11 lines
308 B
Python
from test.hollow_knight import TestVanilla
|
|
|
|
|
|
class TestBasic(TestVanilla):
|
|
|
|
def testSimple(self):
|
|
self.run_location_tests([
|
|
["Focus", True, []],
|
|
["200_Geo-False_Knight_Chest", True, [], []],
|
|
["380_Geo-Soul_Master_Chest", False, [], ["Mantis_Claw"]],
|
|
]) |