Update end to end tests after session changes

This commit is contained in:
Marek Wolan
2023-11-23 01:40:27 +00:00
parent 14ae8be5e2
commit 8a2279c6cb
10 changed files with 2099 additions and 2001 deletions

View File

@@ -12,6 +12,7 @@ import yaml
from primaite import getLogger
from primaite.game.game import PrimaiteGame
from primaite.session.session import PrimaiteSession
# from primaite.environment.primaite_env import Primaite
# from primaite.primaite_session import PrimaiteSession
@@ -74,7 +75,7 @@ def file_system() -> FileSystem:
# PrimAITE v2 stuff
class TempPrimaiteSession(PrimaiteGame):
class TempPrimaiteSession(PrimaiteSession):
"""
A temporary PrimaiteSession class.