MCPcopy Index your code
hub / github.com/Python-Markdown/markdown / testNoOptions

Method testNoOptions

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

Source from the content-addressed store, hash-verified

772 os.remove(self.tempfile)
773
774 def testNoOptions(self):
775 options, logging_level = parse_options([])
776 self.assertEqual(options, self.default_options)
777 self.assertEqual(logging_level, CRITICAL)
778
779 def testQuietOption(self):
780 options, logging_level = parse_options(['-q'])

Callers

nothing calls this directly

Calls 1

parse_optionsFunction · 0.90

Tested by

no test coverage detected