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

Method testOutputFormatOption

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

Source from the content-addressed store, hash-verified

810 self.assertEqual(options, self.default_options)
811
812 def testOutputFormatOption(self):
813 options, logging_level = parse_options(['-o', 'html'])
814 self.default_options['output_format'] = 'html'
815 self.assertEqual(options, self.default_options)
816
817 def testNoLazyOlOption(self):
818 options, logging_level = parse_options(['-n'])

Callers

nothing calls this directly

Calls 1

parse_optionsFunction · 0.90

Tested by

no test coverage detected