(self)
| 824 | ["xyz"]) |
| 825 | |
| 826 | def test_invalid_choice(self): |
| 827 | self.assertParseFail(["-c", "four", "abc"], |
| 828 | "option -c: invalid choice: 'four' " |
| 829 | "(choose from 'one', 'two', 'three')") |
| 830 | |
| 831 | def test_add_choice_option(self): |
| 832 | self.parser.add_option("-d", "--default", |
nothing calls this directly
no test coverage detected