MCPcopy Create free account
hub / github.com/Qinbf/groundmap / test_empty

Method test_empty

scripts/tests/test_k_scanners.py:683–685  ·  view source on GitHub ↗
(self, fake_kb)

Source from the content-addressed store, hash-verified

681
682class TestImplicitRelations:
683 def test_empty(self, fake_kb):
684 pages = k.load_all_wiki_pages()
685 assert k.list_implicit_relations(pages) == []
686
687 def test_judgment_verb_detected(self, fake_kb):
688 # "挑战" + plain wikilink → 命中

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected