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

Method testBadOutputFormat

tests/test_apis.py:372–374  ·  view source on GitHub ↗

Test failure on bad output_format.

(self)

Source from the content-addressed store, hash-verified

370 warnings.simplefilter('default')
371
372 def testBadOutputFormat(self):
373 """ Test failure on bad output_format. """
374 self.assertRaises(KeyError, markdown.Markdown, output_format='invalid')
375
376 def testLoadExtensionFailure(self):
377 """ Test failure of an extension to load. """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected