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

Function test_task_19

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

Source from the content-addressed store, hash-verified

295 assert "1506614" in final_answer
296
297def test_task_19(trajectory):
298 final_answer=trajectory[-1]['content']
299 answer_list=["-346","2504"]
300 for ans in answer_list:
301 assert ans in final_answer
302
303def test_task_20(trajectory):
304 ans_path="./output/20.png"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected