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

Method testEntryPointExtension

tests/test_apis.py:66–68  ·  view source on GitHub ↗

Test Extension loading with an entry point.

(self)

Source from the content-addressed store, hash-verified

64 markdown.Markdown(extensions=[FootnoteExtension()])
65
66 def testEntryPointExtension(self):
67 """ Test Extension loading with an entry point. """
68 markdown.Markdown(extensions=['footnotes'])
69
70 def testDotNotationExtension(self):
71 """ Test Extension loading with Name (`path.to.module`). """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected