Test failure on bad output_format.
(self)
| 370 | warnings.simplefilter('default') |
| 371 | |
| 372 | def testBadOutputFormat(self): |
| 373 | """ Test failure on bad output_format. """ |
| 374 | self.assertRaises(KeyError, markdown.Markdown, output_format='invalid') |
| 375 | |
| 376 | def testLoadExtensionFailure(self): |
| 377 | """ Test failure of an extension to load. """ |
nothing calls this directly
no outgoing calls
no test coverage detected