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

Method testExtensionOption

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

Source from the content-addressed store, hash-verified

820 self.assertEqual(options, self.default_options)
821
822 def testExtensionOption(self):
823 options, logging_level = parse_options(['-x', 'markdown.extensions.footnotes'])
824 self.default_options['extensions'] = ['markdown.extensions.footnotes']
825 self.assertEqual(options, self.default_options)
826
827 def testMultipleExtensionOptions(self):
828 options, logging_level = parse_options([

Callers

nothing calls this directly

Calls 1

parse_optionsFunction · 0.90

Tested by

no test coverage detected