(self)
| 878 | ["3", "-v"]) |
| 879 | |
| 880 | def test_count_no_such_option(self): |
| 881 | self.assertParseFail(["-q3", "-v"], "no such option: -3") |
| 882 | |
| 883 | def test_count_option_no_value(self): |
| 884 | self.assertParseFail(["--quiet=3", "-v"], |
nothing calls this directly
no test coverage detected