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

Method setUp

tests/test_apis.py:667–669  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

665 """ Test that `AtomicStrings` are honored (not parsed). """
666
667 def setUp(self):
668 self.md = markdown.Markdown()
669 self.inlineprocessor = self.md.treeprocessors['inline']
670
671 def testString(self):
672 """ Test that a regular string is parsed. """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected