Files
dockipelago/worlds/sc2/test/test_base.py
T
+2 e0e9fdd86a SC2: Multi-campaign (#2954)
Adds HotS, LotV and NCO campaigns to SC2 game.
The world's name has changed to reflect that (it's not only Wings of Liberty now)
The client was patched in a way that can still join to games generated prior this change
---------

Co-authored-by: Magnemania <[email protected]>
Co-authored-by: EnvyDragon <[email protected]>
Co-authored-by: Matthew <[email protected]>
Co-authored-by: hopop201 <[email protected]>
Co-authored-by: Salzkorn <[email protected]>
Co-authored-by: genderdruid <[email protected]>
Co-authored-by: MadiMadsen <[email protected]>
Co-authored-by: neocerber <[email protected]>
Co-authored-by: Exempt-Medic <[email protected]>
Co-authored-by: Fabian Dill <[email protected]>
2024-03-15 17:33:03 +01:00

12 lines
260 B
Python

from typing import *
from test.TestBase import WorldTestBase
from .. import SC2World
from .. import Client
class Sc2TestBase(WorldTestBase):
game = Client.SC2Context.game
world: SC2World
player: ClassVar[int] = 1
skip_long_tests: bool = True