MCPcopy Create free account
hub / github.com/Python-Markdown/markdown / setUp

Method setUp

tests/test_apis.py:450–451  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

448class 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 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected