MCPcopy Create free account
hub / github.com/python-cmd2/cmd2 / test_remove_settable_keyerror

Function test_remove_settable_keyerror

tests/test_cmd2.py:936–938  ·  view source on GitHub ↗
(base_app)

Source from the content-addressed store, hash-verified

934
935
936def test_remove_settable_keyerror(base_app) -> None:
937 with pytest.raises(KeyError):
938 base_app.remove_settable("fake")
939
940
941def test_edit_file(base_app, request, monkeypatch) -> None:

Callers

nothing calls this directly

Calls 1

remove_settableMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…