comparison gamelib/tests/test_scene_interactions_cryo.py @ 730:eca4d2fc11a4 pyntnclick

Move game_logic_utils to pyntnclick
author Stefano Rivera <stefano@rivera.za.net>
date Tue, 15 Jan 2013 22:56:30 +0200
parents 7d777c9a1af1
children bdaffaa8b6bf
comparison
equal deleted inserted replaced
729:7d777c9a1af1 730:eca4d2fc11a4
1 from pyntnclick.tests.game_logic_utils import GameLogicTestCase
2
1 import gamelib.main 3 import gamelib.main
2 import game_logic_utils
3 4
4 5
5 class TestGameLogic(game_logic_utils.GameLogicTestCase): 6 class TestGameLogic(GameLogicTestCase):
6 7
7 GAME_DESCRIPTION_CLASS = gamelib.main.SuspendedSentence 8 GAME_DESCRIPTION_CLASS = gamelib.main.SuspendedSentence
8 CURRENT_SCENE = 'cryo' 9 CURRENT_SCENE = 'cryo'
9 10
10 def test_cryo_door_closed_hand(self): 11 def test_cryo_door_closed_hand(self):