Files
Grinch-AP/test/worlds/soe/__init__.py
Doug Hoskisson f12b73f487 Tests: world test base class (#1116)
* world test base class

* game not instance property

* I would have guessed that this only collected 1.

* game property

* move SoE tests into worlds

* don't force auto world setup
2022-10-18 18:54:41 +02:00

6 lines
116 B
Python

from test.worlds.test_base import WorldTestBase
class SoETestBase(WorldTestBase):
game = "Secret of Evermore"