Test State when empty.
(self)
| 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(). """ |
nothing calls this directly
no outgoing calls
no test coverage detected