(self)
| 649 | option_list=options) |
| 650 | |
| 651 | def test_required_value(self): |
| 652 | self.assertParseFail(["-a"], "-a option requires 1 argument") |
| 653 | |
| 654 | def test_invalid_integer(self): |
| 655 | self.assertParseFail(["-b", "5x"], |
nothing calls this directly
no test coverage detected