MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / test_empty_plan

Method test_empty_plan

tests/test_orchestration.py:163–164  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

161 """Test _postprocess_plan: deduplication, Run step preservation, cap."""
162
163 def test_empty_plan(self):
164 assert _postprocess_plan([]) == []
165
166 def test_single_step_unchanged(self):
167 steps = ["Create app.py: accepts input, prints output"]

Callers

nothing calls this directly

Calls 1

_postprocess_planFunction · 0.90

Tested by

no test coverage detected