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

Method test_missing_index_md

tests/test_lint.py:350–356  ·  view source on GitHub ↗
(self, tmp_path)

Source from the content-addressed store, hash-verified

348 )
349
350 def test_missing_index_md(self, tmp_path):
351 wiki = tmp_path / "wiki"
352 wiki.mkdir()
353
354 result = check_index_sync(wiki)
355
356 assert any("does not exist" in issue for issue in result)
357
358
359class TestRunStructuralLint:

Callers

nothing calls this directly

Calls 1

check_index_syncFunction · 0.90

Tested by

no test coverage detected