Victorytext

This commit is contained in:
Olli Graf
2022-06-21 13:40:29 +02:00
parent 1b96299edc
commit 4a0bfb901d
5 changed files with 26 additions and 2 deletions

View File

@@ -19,11 +19,11 @@ class TestModule:
def testOeffneTruhe(self):
logging.debug('===== Beginn Testmodul Truhe =====')
pcmd = self.parseInput('nimm Truhe')
#Auf den Dachboden
self.ac.rauf()
self.schrittzaehler += 1
pcmd = self.parseInput('nimm Truhe')
self.ac.nimm(pcmd)
self.schrittzaehler += 1