(cls)
| 107 | |
| 108 | @classmethod |
| 109 | def tearDownClass(cls): |
| 110 | del cls.text |
| 111 | cls.root.update_idletasks() |
| 112 | cls.root.destroy() |
| 113 | del cls.root |
| 114 | |
| 115 | def test_color_config(self): |
| 116 | text = self.text |
nothing calls this directly
no test coverage detected