MCPcopy Create free account
hub / github.com/IBM/mcp-cli / test_default_plans_dir

Method test_default_plans_dir

tests/planning/test_context.py:70–73  ·  view source on GitHub ↗
(self, tmp_path)

Source from the content-addressed store, hash-verified

68 """Test PlanningContext initialization."""
69
70 def test_default_plans_dir(self, tmp_path):
71 tm = FakeToolManager()
72 ctx = PlanningContext(tm, plans_dir=tmp_path / "plans")
73 assert ctx.plans_dir.exists()
74
75 def test_graph_store_created(self, tmp_path):
76 tm = FakeToolManager()

Callers

nothing calls this directly

Calls 2

PlanningContextClass · 0.90
FakeToolManagerClass · 0.70

Tested by

no test coverage detected