(self)
| 910 | ["xyz"]) |
| 911 | |
| 912 | def test_nargs_invalid_float_value(self): |
| 913 | self.assertParseFail(["-p", "1.0", "2x", "3.5"], |
| 914 | "option -p: " |
| 915 | "invalid floating-point value: '2x'") |
| 916 | |
| 917 | def test_nargs_required_values(self): |
| 918 | self.assertParseFail(["--point", "1.0", "3.5"], |
nothing calls this directly
no test coverage detected