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

Method setUp

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

Source from the content-addressed store, hash-verified

148 """ Tests of the State class for `BlockParser`. """
149
150 def setUp(self):
151 self.state = markdown.blockparser.State()
152
153 def testBlankState(self):
154 """ Test State when empty. """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected