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