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

Method test_rewrites_fuzzy_match_case

tests/test_lint.py:443–449  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

441 assert ghosts == []
442
443 def test_rewrites_fuzzy_match_case(self):
444 out, ghosts = strip_ghost_wikilinks(
445 "See [[concepts/AI-Agents]] now.",
446 {"concepts/ai-agents"},
447 )
448 assert out == "See [[concepts/ai-agents]] now."
449 assert ghosts == []
450
451 def test_rewrites_fuzzy_match_unicode(self):
452 # File on disk has full-width )

Callers

nothing calls this directly

Calls 1

strip_ghost_wikilinksFunction · 0.90

Tested by

no test coverage detected