(self)
| 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]") |
nothing calls this directly
no test coverage detected