(self)
| 3124 | |
| 3125 | @support.force_not_colorized |
| 3126 | def test_cli_help(self): |
| 3127 | out = self.expect_success("-h") |
| 3128 | self.assertIn("usage: clinic.py", out) |
| 3129 | |
| 3130 | def test_cli_converters(self): |
| 3131 | prelude = dedent(""" |
nothing calls this directly
no test coverage detected