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

Method testVerboseOption

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

Source from the content-addressed store, hash-verified

781 self.assertGreater(logging_level, CRITICAL)
782
783 def testVerboseOption(self):
784 options, logging_level = parse_options(['-v'])
785 self.assertEqual(logging_level, WARNING)
786
787 def testNoisyOption(self):
788 options, logging_level = parse_options(['--noisy'])

Callers

nothing calls this directly

Calls 1

parse_optionsFunction · 0.90

Tested by

no test coverage detected