(self)
| 181 | self.assertEqual(self.doc_structure.available_sections, []) |
| 182 | |
| 183 | def test_clear_text(self): |
| 184 | self.doc_structure.write('Foo') |
| 185 | self.doc_structure.clear_text() |
| 186 | self.assertEqual(self.doc_structure.flush_structure(), b'') |
nothing calls this directly
no test coverage detected