(argparse_app)
| 136 | |
| 137 | |
| 138 | def test_argparse_remove_quotes(argparse_app) -> None: |
| 139 | out, _err = run_cmd(argparse_app, 'say "hello there"') |
| 140 | assert out == ["hello there"] |
| 141 | |
| 142 | |
| 143 | def test_argparse_with_no_args(argparse_app) -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…