MCPcopy
hub / github.com/agentskills/agentskills / test_missing_skill_md

Function test_missing_skill_md

skills-ref/tests/test_parser.py:99–101  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

97
98
99def test_missing_skill_md(tmp_path):
100 with pytest.raises(ParseError, match="SKILL.md not found"):
101 read_properties(tmp_path)
102
103
104def test_missing_name(tmp_path):

Callers

nothing calls this directly

Calls 1

read_propertiesFunction · 0.90

Tested by

no test coverage detected