(argparse_app)
| 160 | |
| 161 | |
| 162 | def test_argparse_custom_namespace(argparse_app) -> None: |
| 163 | out, _err = run_cmd(argparse_app, "test_argparse_ns") |
| 164 | assert out[0] == "custom" |
| 165 | |
| 166 | |
| 167 | def test_argparse_with_list(argparse_app) -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…