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

Function test_skill_directory_missing

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

Source from the content-addressed store, hash-verified

88
89
90def test_skill_directory_missing(tmp_path):
91 result = validate_skill(tmp_path / "nope")
92 assert not result.passed
93 assert any("does not exist" in e for e in result.errors)
94
95
96def test_missing_skill_md(tmp_path):

Callers

nothing calls this directly

Calls 1

validate_skillFunction · 0.90

Tested by

no test coverage detected