()
| 40 | |
| 41 | |
| 42 | def tearDownModule(): |
| 43 | global root, dialog |
| 44 | idleConf.userCfg = usercfg |
| 45 | tracers.detach() |
| 46 | tracers.clear() |
| 47 | changes.clear() |
| 48 | root.update_idletasks() |
| 49 | root.destroy() |
| 50 | root = dialog = None |
| 51 | |
| 52 | |
| 53 | class ConfigDialogTest(unittest.TestCase): |
nothing calls this directly
no test coverage detected
searching dependent graphs…