(cls)
| 280 | |
| 281 | @classmethod |
| 282 | def tearDownClass(cls): |
| 283 | del cls.text, cls.formatter |
| 284 | cls.root.update_idletasks() |
| 285 | cls.root.destroy() |
| 286 | del cls.root |
| 287 | |
| 288 | def test_short_line(self): |
| 289 | self.text.insert('1.0', "Short line\n") |
nothing calls this directly
no test coverage detected