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

Function test_accepts_valid_kebab_case

tests/test_skill_name_validation.py:20–21  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

18 ],
19)
20def test_accepts_valid_kebab_case(name):
21 assert _validate_skill_name(name) is None # None means OK
22
23
24@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

_validate_skill_nameFunction · 0.90

Tested by

no test coverage detected