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

Method testBaseExtention

tests/test_apis.py:399–404  ·  view source on GitHub ↗

Test that the base Extension class will raise `NotImplemented`.

(self)

Source from the content-addressed store, hash-verified

397 )
398
399 def testBaseExtention(self):
400 """ Test that the base Extension class will raise `NotImplemented`. """
401 self.assertRaises(
402 NotImplementedError,
403 markdown.Markdown, extensions=[markdown.extensions.Extension()]
404 )
405
406
407class testETreeComments(unittest.TestCase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected