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

Function test_read_raw_input_eof

tests/test_cmd2.py:2114–2117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2112
2113
2114def test_read_raw_input_eof() -> None:
2115 app = cmd2.Cmd(stdin=io.StringIO(""))
2116 with pytest.raises(EOFError):
2117 app._read_raw_input("prompt> ", app.main_session)
2118
2119
2120def test_resolve_completer_none(base_app: cmd2.Cmd) -> None:

Callers

nothing calls this directly

Calls 1

_read_raw_inputMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…