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

Method test_config5_ok

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

Source from the content-addressed store, hash-verified

1659 self.assert_log_lines([])
1660
1661 def test_config5_ok(self):
1662 self.test_config1_ok(config=self.config5)
1663
1664 def test_config6_ok(self):
1665 self.test_config1_ok(config=self.config6)

Callers

nothing calls this directly

Calls 1

test_config1_okMethod · 0.95

Tested by

no test coverage detected