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

Method setUp

tests/test_extensions.py:259–260  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

257 """ Test Admonition Extension. """
258
259 def setUp(self):
260 self.md = markdown.Markdown(extensions=['admonition'])
261
262 def testRE(self):
263 RE = self.md.parser.blockprocessors['admonition'].RE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected