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

Function test_argparse_with_list

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

Source from the content-addressed store, hash-verified

165
166
167def test_argparse_with_list(argparse_app) -> None:
168 out, _err = run_cmd(argparse_app, "speak -s hello world!")
169 assert out == ["HELLO WORLD!"]
170
171
172def test_argparse_with_list_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…