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

Method testNoLazyOlOption

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

Source from the content-addressed store, hash-verified

815 self.assertEqual(options, self.default_options)
816
817 def testNoLazyOlOption(self):
818 options, logging_level = parse_options(['-n'])
819 self.default_options['lazy_ol'] = False
820 self.assertEqual(options, self.default_options)
821
822 def testExtensionOption(self):
823 options, logging_level = parse_options(['-x', 'markdown.extensions.footnotes'])

Callers

nothing calls this directly

Calls 1

parse_optionsFunction · 0.90

Tested by

no test coverage detected