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

Function test_wikilink_resolves

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

Source from the content-addressed store, hash-verified

243
244
245def test_wikilink_resolves(tmp_path):
246 sd = _write_skill(
247 tmp_path,
248 "with-ref",
249 body="See [[references/topic.md]] for details.\n",
250 refs={"topic.md": "# topic\n"},
251 )
252 result = validate_skill(sd)
253 assert result.passed, result.errors
254
255
256def test_wikilink_missing_target(tmp_path):

Callers

nothing calls this directly

Calls 2

validate_skillFunction · 0.90
_write_skillFunction · 0.70

Tested by

no test coverage detected