(self)
| 448 | class testElementTailTests(unittest.TestCase): |
| 449 | """ Element Tail Tests """ |
| 450 | def setUp(self): |
| 451 | self.pretty = markdown.treeprocessors.PrettifyTreeprocessor(markdown.Markdown()) |
| 452 | |
| 453 | def testBrTailNoNewline(self): |
| 454 | """ Test that last `<br>` in tree has a new line tail """ |
nothing calls this directly
no outgoing calls
no test coverage detected