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

Function test_missing_skill_md

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

Source from the content-addressed store, hash-verified

94
95
96def test_missing_skill_md(tmp_path):
97 sd = tmp_path / "empty-skill"
98 sd.mkdir()
99 result = validate_skill(sd)
100 assert not result.passed
101 assert any("SKILL.md" in e for e in result.errors)
102
103
104def test_no_frontmatter(tmp_path):

Callers

nothing calls this directly

Calls 1

validate_skillFunction · 0.90

Tested by

no test coverage detected