view gamelib/tests/test_ss_clicker.py @ 747:960af9761fb0 pyntnclick

apostrophe abuse
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 20 Jan 2013 12:35:02 +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()