MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / test_resolve_identifier_empty

Function test_resolve_identifier_empty

tests/test_remove.py:304–311  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

302
303
304def test_resolve_identifier_empty(tmp_path):
305 reg = _make_registry(
306 tmp_path,
307 {
308 "h1": {"name": "a.pdf", "doc_name": "a-h1"},
309 },
310 )
311 assert _resolve_doc_identifier(reg, "nope") == []
312
313
314# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

_resolve_doc_identifierFunction · 0.90
_make_registryFunction · 0.85

Tested by

no test coverage detected