(self)
| 1311 | self.assertEqual(err.option_id, "-v/--version") |
| 1312 | |
| 1313 | def test_conflict_error(self): |
| 1314 | self.assertTrueconflict_error(self.parser.add_option) |
| 1315 | |
| 1316 | def test_conflict_error_group(self): |
| 1317 | group = OptionGroup(self.parser, "Group 1") |
nothing calls this directly
no test coverage detected