MCPcopy Index your code
hub / github.com/VectifyAI/OpenKB / test_description_missing

Function test_description_missing

tests/test_skill_validator.py:179–183  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

177
178
179def test_description_missing(tmp_path):
180 sd = _write_skill(tmp_path, "no-desc", frontmatter="name: no-desc")
181 result = validate_skill(sd)
182 assert not result.passed
183 assert any("description" in e for e in result.errors)
184
185
186def test_description_too_long(tmp_path):

Callers

nothing calls this directly

Calls 2

validate_skillFunction · 0.90
_write_skillFunction · 0.70

Tested by

no test coverage detected