MCPcopy Index your code
hub / github.com/python-cmd2/cmd2 / test_argparse_custom_namespace

Function test_argparse_custom_namespace

tests/test_argparse.py:162–164  ·  view source on GitHub ↗
(argparse_app)

Source from the content-addressed store, hash-verified

160
161
162def test_argparse_custom_namespace(argparse_app) -> None:
163 out, _err = run_cmd(argparse_app, "test_argparse_ns")
164 assert out[0] == "custom"
165
166
167def test_argparse_with_list(argparse_app) -> None:

Callers

nothing calls this directly

Calls 1

run_cmdFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…