(cls)
| 279 | |
| 280 | @classmethod |
| 281 | def tearDownClass(cls): |
| 282 | cls.dialog.cancel() |
| 283 | del cls.dialog |
| 284 | cls.root.update_idletasks() |
| 285 | cls.root.destroy() |
| 286 | del cls.root |
| 287 | |
| 288 | @mock.patch.object(config_key.GetKeysFrame, 'ok') |
| 289 | def test_ok(self, mock_frame_ok): |
nothing calls this directly
no test coverage detected