(self)
| 362 | """ Test Error Reporting. """ |
| 363 | |
| 364 | def setUp(self): |
| 365 | # Set warnings to be raised as errors |
| 366 | warnings.simplefilter('error') |
| 367 | |
| 368 | def tearDown(self): |
| 369 | # Reset warning behavior back to default |
nothing calls this directly
no outgoing calls
no test coverage detected