(cls)
| 307 | |
| 308 | @classmethod |
| 309 | def tearDownClass(cls): |
| 310 | cls.dialog.cancel() |
| 311 | del cls.dialog |
| 312 | cls.root.update_idletasks() |
| 313 | cls.root.destroy() |
| 314 | del cls.root |
| 315 | |
| 316 | def test_result(self): |
| 317 | dialog = self.dialog |
nothing calls this directly
no test coverage detected