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

Method testNoisyOption

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

Source from the content-addressed store, hash-verified

785 self.assertEqual(logging_level, WARNING)
786
787 def testNoisyOption(self):
788 options, logging_level = parse_options(['--noisy'])
789 self.assertEqual(logging_level, DEBUG)
790
791 def testInputFileOption(self):
792 options, logging_level = parse_options(['foo.txt'])

Callers

nothing calls this directly

Calls 1

parse_optionsFunction · 0.90

Tested by

no test coverage detected