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

Method testOutputFileOption

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

Source from the content-addressed store, hash-verified

794 self.assertEqual(options, self.default_options)
795
796 def testOutputFileOption(self):
797 options, logging_level = parse_options(['-f', 'foo.html'])
798 self.default_options['output'] = 'foo.html'
799 self.assertEqual(options, self.default_options)
800
801 def testInputAndOutputFileOptions(self):
802 options, logging_level = parse_options(['-f', 'foo.html', 'foo.txt'])

Callers

nothing calls this directly

Calls 1

parse_optionsFunction · 0.90

Tested by

no test coverage detected