MCPcopy
hub / github.com/Andyyyy64/whichllm / test_search_model_not_found

Function test_search_model_not_found

tests/test_cli.py:716–719  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

714
715
716def test_search_model_not_found():
717 models = [_make_model("org/Llama-8B")]
718 with pytest.raises(Exit):
719 _search_model(models, "nonexistent_xyz")
720
721
722# --- regression tests for size-token substring matching (#107) ---

Callers

nothing calls this directly

Calls 2

_search_modelFunction · 0.90
_make_modelFunction · 0.70

Tested by

no test coverage detected