(self)
| 3414 | self.assert_log_lines([]) |
| 3415 | |
| 3416 | def test_config5_ok(self): |
| 3417 | self.test_config1_ok(config=self.config5) |
| 3418 | self.check_handler('hand1', CustomHandler) |
| 3419 | |
| 3420 | def test_deprecation_warning_custom_handler_with_strm_arg(self): |
| 3421 | msg = ( |
nothing calls this directly
no test coverage detected