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

Method test_help

Lib/test/test_optparse.py:1515–1516  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1513 sys.argv[:] = save_argv
1514
1515 def test_help(self):
1516 self.assertHelpEquals(_expected_help_basic)
1517
1518 def test_help_old_usage(self):
1519 self.parser.set_usage("Usage: %prog [options]")

Callers

nothing calls this directly

Calls 1

assertHelpEqualsMethod · 0.95

Tested by

no test coverage detected