MCPcopy
hub / github.com/IBM/AssetOpsBench / test_task_text

Method test_task_text

src/agent/tests/test_planner.py:50–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 assert plan.steps[1].step_number == 2
49
50 def test_task_text(self):
51 plan = parse_plan(_TWO_STEP)
52 assert "IoT sites" in plan.steps[0].task
53 assert "assets" in plan.steps[1].task
54
55 def test_server_names(self):
56 plan = parse_plan(_TWO_STEP)

Callers

nothing calls this directly

Calls 1

parse_planFunction · 0.90

Tested by

no test coverage detected