MCPcopy Index your code
hub / github.com/python/cpython / test_config5_ok

Method test_config5_ok

Lib/test/test_logging.py:3416–3418  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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 = (

Callers

nothing calls this directly

Calls 2

test_config1_okMethod · 0.95
check_handlerMethod · 0.95

Tested by

no test coverage detected