(self, tester)
| 4165 | |
| 4166 | @force_not_colorized |
| 4167 | def test_format(self, tester): |
| 4168 | parser = self._get_parser(tester) |
| 4169 | format = getattr(parser, 'format_%s' % self.func_suffix) |
| 4170 | self._test(tester, format()) |
| 4171 | |
| 4172 | @force_not_colorized |
| 4173 | def test_print(self, tester): |
nothing calls this directly
no test coverage detected