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

Method test_no_concepts_dir

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

Source from the content-addressed store, hash-verified

564 assert _read_concept_briefs(wiki) == "(none yet)"
565
566 def test_no_concepts_dir(self, tmp_path):
567 wiki = tmp_path / "wiki"
568 wiki.mkdir()
569 assert _read_concept_briefs(wiki) == "(none yet)"
570
571 def test_reads_briefs_with_frontmatter(self, tmp_path):
572 wiki = tmp_path / "wiki"

Callers

nothing calls this directly

Calls 1

_read_concept_briefsFunction · 0.90

Tested by

no test coverage detected