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

Method tearDown

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

Source from the content-addressed store, hash-verified

366 warnings.simplefilter('error')
367
368 def tearDown(self):
369 # Reset warning behavior back to default
370 warnings.simplefilter('default')
371
372 def testBadOutputFormat(self):
373 """ Test failure on bad output_format. """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected