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

Method testQuietOption

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

Source from the content-addressed store, hash-verified

777 self.assertEqual(logging_level, CRITICAL)
778
779 def testQuietOption(self):
780 options, logging_level = parse_options(['-q'])
781 self.assertGreater(logging_level, CRITICAL)
782
783 def testVerboseOption(self):
784 options, logging_level = parse_options(['-v'])

Callers

nothing calls this directly

Calls 1

parse_optionsFunction · 0.90

Tested by

no test coverage detected