()
| 714 | |
| 715 | |
| 716 | def 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) --- |
nothing calls this directly
no test coverage detected