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

Method testDotNotationExtension

tests/test_apis.py:70–72  ·  view source on GitHub ↗

Test Extension loading with Name (`path.to.module`).

(self)

Source from the content-addressed store, hash-verified

68 markdown.Markdown(extensions=['footnotes'])
69
70 def testDotNotationExtension(self):
71 """ Test Extension loading with Name (`path.to.module`). """
72 markdown.Markdown(extensions=['markdown.extensions.footnotes'])
73
74 def testDotNotationExtensionWithClass(self):
75 """ Test Extension loading with class name (`path.to.module:Class`). """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected