MCPcopy
hub / github.com/agentskills/agentskills / test_nonexistent_path

Function test_nonexistent_path

skills-ref/tests/test_validator.py:19–22  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

17
18
19def test_nonexistent_path(tmp_path):
20 errors = validate(tmp_path / "nonexistent")
21 assert len(errors) == 1
22 assert "does not exist" in errors[0]
23
24
25def test_not_a_directory(tmp_path):

Callers

nothing calls this directly

Calls 1

validateFunction · 0.90

Tested by

no test coverage detected