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

Function test_minimal_valid_skill_passes

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

Source from the content-addressed store, hash-verified

75
76
77def test_minimal_valid_skill_passes(tmp_path):
78 sd = _write_skill(tmp_path, "demo-skill")
79 result = validate_skill(sd)
80 assert result.passed, result.errors
81 assert result.errors == []
82 assert result.warnings == []
83
84
85# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

validate_skillFunction · 0.90
_write_skillFunction · 0.70

Tested by

no test coverage detected