Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VectifyAI/OpenKB
/ test_rejects_invalid_names
Function
test_rejects_invalid_names
tests/test_skill_name_validation.py:41–44 ·
view source on GitHub ↗
(name, reason_fragment)
Source
from the content-addressed store, hash-verified
39
],
40
)
41
def
test_rejects_invalid_names(name, reason_fragment):
42
msg = _validate_skill_name(name)
43
assert msg is not None
44
assert reason_fragment in msg.lower()
Callers
nothing calls this directly
Calls
1
_validate_skill_name
Function · 0.90
Tested by
no test coverage detected