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

Function test_argparse_remove_quotes

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

Source from the content-addressed store, hash-verified

136
137
138def test_argparse_remove_quotes(argparse_app) -> None:
139 out, _err = run_cmd(argparse_app, 'say "hello there"')
140 assert out == ["hello there"]
141
142
143def test_argparse_with_no_args(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…