view gamelib/tests/test_ss_clicker.py @ 852:b36cd122b99c pyntnclick

Close pyntnclick branch
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 21 Jun 2014 22:04:57 +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()