MCPcopy Create free account
hub / github.com/Python-Markdown/markdown / testInvalidBooleansParsing

Method testInvalidBooleansParsing

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

Source from the content-addressed store, hash-verified

749 self.assertIsNone(markdown.util.parseBoolValue(None, preserve_none=True))
750
751 def testInvalidBooleansParsing(self):
752 self.assertRaises(ValueError, markdown.util.parseBoolValue, 'novalue')
753
754
755class TestCliOptionParsing(unittest.TestCase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected