(self)
| 96 | self.assertEqual(self.dialog.showerror.message, '') |
| 97 | |
| 98 | def test_bind_not_ok(self): |
| 99 | self.assertFalse(self.dialog.bind_ok('<Control-Shift>')) |
| 100 | self.assertIn('not accepted', self.dialog.showerror.message) |
| 101 | |
| 102 | |
| 103 | class ToggleLevelTest(unittest.TestCase): |
nothing calls this directly
no test coverage detected