MCPcopy Index your code
hub / github.com/IBM/AssetOpsBench / test_empty_plan

Method test_empty_plan

src/agent/tests/test_models.py:59–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 assert [s.step_number for s in plan.resolved_order()] == [1]
58
59 def test_empty_plan(self):
60 plan = Plan(steps=[], raw="")
61 assert plan.resolved_order() == []
62
63
64class TestPlanGetStep:

Callers

nothing calls this directly

Calls 2

resolved_orderMethod · 0.95
PlanClass · 0.90

Tested by

no test coverage detected