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

Function test_generator_skill_target_constructs_ok

tests/test_generator.py:37–46  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

35
36
37def test_generator_skill_target_constructs_ok(tmp_path):
38 kb = _make_kb(tmp_path)
39 g = Generator(
40 target_type="skill",
41 name="demo",
42 intent="x",
43 kb_dir=kb,
44 model="gpt-4o-mini",
45 )
46 assert g.output_dir == kb / "output" / "skills" / "demo"
47
48
49@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 2

GeneratorClass · 0.90
_make_kbFunction · 0.70

Tested by

no test coverage detected