(self)
| 663 | "option --boo: invalid integer value: 'x5'") |
| 664 | |
| 665 | def test_empty(self): |
| 666 | self.assertParseOK([], {'a': None, 'boo': None, 'foo': None}, []) |
| 667 | |
| 668 | def test_shortopt_empty_longopt_append(self): |
| 669 | self.assertParseOK(["-a", "", "--foo=blah", "--foo="], |
nothing calls this directly
no test coverage detected