(argparse_app)
| 155 | |
| 156 | |
| 157 | def test_argparse_preserve_quotes(argparse_app) -> None: |
| 158 | out, _err = run_cmd(argparse_app, 'tag mytag "hello"') |
| 159 | assert out[0] == '<mytag>"hello"</mytag>' |
| 160 | |
| 161 | |
| 162 | def test_argparse_custom_namespace(argparse_app) -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…