(self, fake_kb)
| 681 | |
| 682 | class 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 → 命中 |
nothing calls this directly
no outgoing calls
no test coverage detected