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

Method test_underscore_to_hyphen

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

Source from the content-addressed store, hash-verified

397 assert _normalize_target("concepts/AI-Agents") == "concepts/ai-agents"
398
399 def test_underscore_to_hyphen(self):
400 assert _normalize_target("concepts/gist_memory") == "concepts/gist-memory"
401
402 def test_nfkc_fullwidth_paren(self):
403 # Full-width ) normalizes to ASCII ) via NFKC

Callers

nothing calls this directly

Calls 1

_normalize_targetFunction · 0.90

Tested by

no test coverage detected