(self)
| 462 | class testElementPreCodeTests(unittest.TestCase): |
| 463 | """ Element `PreCode` Tests """ |
| 464 | def setUp(self): |
| 465 | md = markdown.Markdown() |
| 466 | self.pretty = markdown.treeprocessors.PrettifyTreeprocessor(md) |
| 467 | |
| 468 | def prettify(self, xml): |
| 469 | root = etree.fromstring(xml) |
nothing calls this directly
no outgoing calls
no test coverage detected