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

Method testHTMLOutput

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

Source from the content-addressed store, hash-verified

655 )
656
657 def testHTMLOutput(self):
658 self.assertEqual(
659 markdown.markdown('foo \nbar', output_format='html'),
660 '<p>foo<br>\nbar</p>'
661 )
662
663
664class testAtomicString(unittest.TestCase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected