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