view gamelib/tests/test_ss_clicker.py @ 787:f46c3197e887 pyntnclick

Clear the event queue regularly in GameLogicTestCase
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 26 Jan 2013 20:06:29 +0200
parents adbcf84b7b1f
children
line wrap: on
line source

from pyntnclick.tests.mad_clicker import MadClickerTestCase

import gamelib.main


class SSMadClicker(MadClickerTestCase):

    GAME_DESCRIPTION_CLASS = gamelib.main.SuspendedSentence
    CURRENT_SCENE = 'cryo'

    def test_mad_clicker(self):
        self.do_mad_clicker()