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

Function test_task_22

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

Source from the content-addressed store, hash-verified

313 assert ans in final_answer
314
315def test_task_22(trajectory):
316 final_answer=trajectory[-1]['content']
317 answer_list=["9"]
318 for ans in answer_list:
319 assert ans in final_answer
320
321def test_task_23(trajectory):
322 final_answer=trajectory[-1]['content']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected