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

Method test_config6_ok

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

Source from the content-addressed store, hash-verified

1662 self.test_config1_ok(config=self.config5)
1663
1664 def test_config6_ok(self):
1665 self.test_config1_ok(config=self.config6)
1666
1667 def test_config7_ok(self):
1668 with support.captured_stdout() as output:

Callers

nothing calls this directly

Calls 1

test_config1_okMethod · 0.95

Tested by

no test coverage detected