view gamelib/tests/test_ss_clicker.py @ 757:8ac05c038e73 pyntnclick

Turn a FIXME around thing rect handling into a TODO entry
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 26 Jan 2013 12:30:17 +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()