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

Method test_empty_wiki

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

Source from the content-addressed store, hash-verified

558
559class TestReadConceptBriefs:
560 def test_empty_wiki(self, tmp_path):
561 wiki = tmp_path / "wiki"
562 wiki.mkdir()
563 (wiki / "concepts").mkdir()
564 assert _read_concept_briefs(wiki) == "(none yet)"
565
566 def test_no_concepts_dir(self, tmp_path):
567 wiki = tmp_path / "wiki"

Callers

nothing calls this directly

Calls 1

_read_concept_briefsFunction · 0.90

Tested by

no test coverage detected