view gamelib/tests/test_ss_clicker.py @ 823:1bf088e7865b pyntnclick

Update pot and po files
author Neil Muller <neil@dip.sun.ac.za>
date Mon, 28 Jan 2013 18:32:03 +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()