MCPcopy
hub / github.com/Python-Markdown/markdown / testEncodingOption

Method testEncodingOption

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

Source from the content-addressed store, hash-verified

805 self.assertEqual(options, self.default_options)
806
807 def testEncodingOption(self):
808 options, logging_level = parse_options(['-e', 'utf-8'])
809 self.default_options['encoding'] = 'utf-8'
810 self.assertEqual(options, self.default_options)
811
812 def testOutputFormatOption(self):
813 options, logging_level = parse_options(['-o', 'html'])

Callers

nothing calls this directly

Calls 1

parse_optionsFunction · 0.90

Tested by

no test coverage detected