Test Extension loading with Name (`path.to.module`).
(self)
| 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`). """ |
nothing calls this directly
no outgoing calls
no test coverage detected