comparison gamelib/tests/test_ss_clicker.py @ 854:3577c51029f1 default tip

Remove Suspended Sentence. pyntnclick is the library we extracted from it
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 21 Jun 2014 22:15:54 +0200
parents f95830b58336
children
comparison
equal deleted inserted replaced
853:f95830b58336 854:3577c51029f1
1 from pyntnclick.tests.mad_clicker import MadClickerTestCase
2
3 import gamelib.main
4
5
6 class SSMadClicker(MadClickerTestCase):
7
8 GAME_DESCRIPTION_CLASS = gamelib.main.SuspendedSentence
9 CURRENT_SCENE = 'cryo'
10
11 def test_mad_clicker(self):
12 self.do_mad_clicker()