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

Method test_help_long_opts_first

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

Source from the content-addressed store, hash-verified

1520 self.assertHelpEquals(_expected_help_basic)
1521
1522 def test_help_long_opts_first(self):
1523 self.parser.formatter.short_first = 0
1524 self.assertHelpEquals(_expected_help_long_opts_first)
1525
1526 def test_help_title_formatter(self):
1527 with os_helper.EnvironmentVarGuard() as env:

Callers

nothing calls this directly

Calls 1

assertHelpEqualsMethod · 0.95

Tested by

no test coverage detected