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

Function test_argparse_basic_command

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

Source from the content-addressed store, hash-verified

131
132
133def test_argparse_basic_command(argparse_app) -> None:
134 out, _err = run_cmd(argparse_app, "say hello")
135 assert out == ["hello"]
136
137
138def test_argparse_remove_quotes(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…