Example #1
0
 def test_blink_on_actions(self):
     config.blinkOnActions = True
     activate("Combo Boxes")
     self.assertEqual(focus.widget.node.text, 'Combo Boxes')
Example #2
0
 def test_custom_actions(self):
     activate("Combo Boxes")
     self.assertEqual(focus.widget.node.text, 'Combo Boxes')
Example #3
0
 def test_blink_on_actions(self):
     config.blinkOnActions = True
     activate("CSS Theming")
     self.assertEqual(focus.widget.node.text, 'CSS Theming')
Example #4
0
 def test_custom_actions(self):
     activate("CSS Theming")
     self.assertEqual(focus.widget.node.text, 'CSS Theming')
Example #5
0
 def test_blink_on_actions(self):
     config.blinkOnActions = True
     activate("CSS Theming")
     self.assertEquals(focus.widget.node.text, 'CSS Theming')
Example #6
0
 def test_custom_actions(self):
     activate("CSS Theming")
     self.assertEquals(focus.widget.node.text, 'CSS Theming')