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

Function test_task_23

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

Source from the content-addressed store, hash-verified

319 assert ans in final_answer
320
321def test_task_23(trajectory):
322 final_answer=trajectory[-1]['content']
323 answer_list=["47"]
324 for ans in answer_list:
325 assert ans in final_answer
326
327def test_task_25(trajectory):
328 final_answer=trajectory[-1]['content']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected