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

Method test_cli_help

Lib/test/test_clinic.py:3126–3128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3124
3125 @support.force_not_colorized
3126 def test_cli_help(self):
3127 out = self.expect_success("-h")
3128 self.assertIn("usage: clinic.py", out)
3129
3130 def test_cli_converters(self):
3131 prelude = dedent("""

Callers

nothing calls this directly

Calls 2

expect_successMethod · 0.95
assertInMethod · 0.80

Tested by

no test coverage detected