(self)
| 257 | """ Test Admonition Extension. """ |
| 258 | |
| 259 | def setUp(self): |
| 260 | self.md = markdown.Markdown(extensions=['admonition']) |
| 261 | |
| 262 | def testRE(self): |
| 263 | RE = self.md.parser.blockprocessors['admonition'].RE |
nothing calls this directly
no outgoing calls
no test coverage detected