MCPcopy Create free account
hub / github.com/RustPython/RustPython / test_config5_ok

Method test_config5_ok

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

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 2

test_config1_okMethod · 0.95
check_handlerMethod · 0.95

Tested by

no test coverage detected