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

Method testBlankState

tests/test_apis.py:153–155  ·  view source on GitHub ↗

Test State when empty.

(self)

Source from the content-addressed store, hash-verified

151 self.state = markdown.blockparser.State()
152
153 def testBlankState(self):
154 """ Test State when empty. """
155 self.assertEqual(self.state, [])
156
157 def testSetSate(self):
158 """ Test State.set(). """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected