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

Function test_read_description_extracts_field

tests/test_skill_evaluator.py:49–51  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

47
48
49def test_read_description_extracts_field(tmp_path):
50 skill_dir = _make_skill(tmp_path, description="Distill thoughts about transformers.")
51 assert _read_description(skill_dir) == "Distill thoughts about transformers."
52
53
54def test_read_description_raises_on_missing_frontmatter(tmp_path):

Callers

nothing calls this directly

Calls 2

_read_descriptionFunction · 0.90
_make_skillFunction · 0.70

Tested by

no test coverage detected