(self)
| 366 | warnings.simplefilter('error') |
| 367 | |
| 368 | def tearDown(self): |
| 369 | # Reset warning behavior back to default |
| 370 | warnings.simplefilter('default') |
| 371 | |
| 372 | def testBadOutputFormat(self): |
| 373 | """ Test failure on bad output_format. """ |
nothing calls this directly
no outgoing calls
no test coverage detected