MCPcopy Create free account
hub / github.com/Mercury7353/PyBench / test_task_17

Function test_task_17

data/unit_test/tests.py:287–290  ·  view source on GitHub ↗
(trajectory)

Source from the content-addressed store, hash-verified

285 assert os.path.exists(key_path)
286
287def test_task_17(trajectory):
288 # key: "142"
289 final_answer=trajectory[-1]['content']
290 assert "142" in final_answer
291
292def test_task_18(trajectory):
293 final_answer=trajectory[-1]['content']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected