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

Method test_help_old_usage

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

Source from the content-addressed store, hash-verified

1516 self.assertHelpEquals(_expected_help_basic)
1517
1518 def test_help_old_usage(self):
1519 self.parser.set_usage("Usage: %prog [options]")
1520 self.assertHelpEquals(_expected_help_basic)
1521
1522 def test_help_long_opts_first(self):
1523 self.parser.formatter.short_first = 0

Callers

nothing calls this directly

Calls 2

assertHelpEqualsMethod · 0.95
set_usageMethod · 0.80

Tested by

no test coverage detected