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

Method setUp

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

Source from the content-addressed store, hash-verified

78 """ Test `MetaData` extension. """
79
80 def setUp(self):
81 self.md = markdown.Markdown(extensions=['meta'])
82
83 def testBasicMetaData(self):
84 """ Test basic metadata. """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected