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

Function test_onecmd_raw_str_continue

tests/test_cmd2.py:3528–3533  ·  view source on GitHub ↗
(outsim_app)

Source from the content-addressed store, hash-verified

3526
3527
3528def test_onecmd_raw_str_continue(outsim_app) -> None:
3529 line = "help"
3530 stop = outsim_app.onecmd(line)
3531 out = outsim_app.stdout.getvalue()
3532 assert not stop
3533 verify_help_text(outsim_app, out)
3534
3535
3536def test_onecmd_raw_str_quit(outsim_app) -> None:

Callers

nothing calls this directly

Calls 3

verify_help_textFunction · 0.85
onecmdMethod · 0.80
getvalueMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…