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

Method testRegisterSerializer

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

Source from the content-addressed store, hash-verified

641 return registerFakeSerializer()
642
643 def testRegisterSerializer(self):
644 self.assertEqual(
645 markdown.markdown(
646 'baz', extensions=[self.buildExtension()], output_format='fake'
647 ),
648 '<p>foo</p>'
649 )
650
651 def testXHTMLOutput(self):
652 self.assertEqual(

Callers

nothing calls this directly

Calls 1

buildExtensionMethod · 0.95

Tested by

no test coverage detected