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

Function test_save_creates_parent_dirs

tests/test_config.py:35–38  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

33
34
35def test_save_creates_parent_dirs(tmp_path):
36 config_path = tmp_path / "nested" / "dir" / "config.yaml"
37 save_config(config_path, DEFAULT_CONFIG)
38 assert config_path.exists()
39
40
41def test_save_load_roundtrip(tmp_path):

Callers

nothing calls this directly

Calls 1

save_configFunction · 0.90

Tested by

no test coverage detected