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

Method test_none_when_missing

tests/test_compiler.py:655–656  ·  view source on GitHub ↗
(self, tmp_path)

Source from the content-addressed store, hash-verified

653
654class TestReadEntityBriefs:
655 def test_none_when_missing(self, tmp_path):
656 assert _read_entity_briefs(tmp_path) == "(none yet)"
657
658 def test_brief_type_and_source_count(self, tmp_path):
659 ent = tmp_path / "entities"

Callers

nothing calls this directly

Calls 1

_read_entity_briefsFunction · 0.90

Tested by

no test coverage detected