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

Method test_config11_ok

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

Source from the content-addressed store, hash-verified

3578 ], stream=output)
3579
3580 def test_config11_ok(self):
3581 self.test_config1_ok(self.config11)
3582
3583 def test_config12_failure(self):
3584 self.assertRaises(Exception, self.apply_config, self.config12)

Callers

nothing calls this directly

Calls 1

test_config1_okMethod · 0.95

Tested by

no test coverage detected