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

Method test_empty_raw_means_no_missing

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

Source from the content-addressed store, hash-verified

173 assert "longdoc.pdf" not in result
174
175 def test_empty_raw_means_no_missing(self, tmp_path):
176 wiki = _make_wiki(tmp_path)
177 raw = tmp_path / "raw"
178 raw.mkdir()
179
180 result = find_missing_entries(raw, wiki)
181
182 assert result == []
183
184
185class TestFindMissingEntriesRegistry:

Callers

nothing calls this directly

Calls 2

find_missing_entriesFunction · 0.90
_make_wikiFunction · 0.70

Tested by

no test coverage detected