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

Method test_lowercases

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

Source from the content-addressed store, hash-verified

394
395class TestNormalizeTarget:
396 def test_lowercases(self):
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"

Callers

nothing calls this directly

Calls 1

_normalize_targetFunction · 0.90

Tested by

no test coverage detected