(self)
| 656 | "option -b: invalid integer value: '5x'") |
| 657 | |
| 658 | def test_no_such_option(self): |
| 659 | self.assertParseFail(["--boo13"], "no such option: --boo13") |
| 660 | |
| 661 | def test_long_invalid_integer(self): |
| 662 | self.assertParseFail(["--boo=x5"], |
nothing calls this directly
no test coverage detected