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

Method tearDown

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

Source from the content-addressed store, hash-verified

768 self.tempfile = ''
769
770 def tearDown(self):
771 if os.path.isfile(self.tempfile):
772 os.remove(self.tempfile)
773
774 def testNoOptions(self):
775 options, logging_level = parse_options([])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected