Create instance of BlockParser.
(self)
| 119 | """ Tests of the BlockParser class. """ |
| 120 | |
| 121 | def setUp(self): |
| 122 | """ Create instance of BlockParser. """ |
| 123 | self.parser = markdown.Markdown().parser |
| 124 | |
| 125 | def testParseChunk(self): |
| 126 | """ Test `BlockParser.parseChunk`. """ |
nothing calls this directly
no outgoing calls
no test coverage detected