(self)
| 778 | # TODO test for save call. |
| 779 | |
| 780 | def test_clear(self): |
| 781 | changes = self.load() |
| 782 | changes.clear() |
| 783 | self.assertEqual(changes, self.empty) |
| 784 | |
| 785 | |
| 786 | class WarningTest(unittest.TestCase): |
nothing calls this directly
no test coverage detected