(self)
| 3357 | self.assert_log_lines([]) |
| 3358 | |
| 3359 | def test_config5_ok(self): |
| 3360 | self.test_config1_ok(config=self.config5) |
| 3361 | self.check_handler('hand1', CustomHandler) |
| 3362 | |
| 3363 | def test_config6_failure(self): |
| 3364 | self.assertRaises(Exception, self.apply_config, self.config6) |
nothing calls this directly
no test coverage detected