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

Function test_task_32

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

Source from the content-addressed store, hash-verified

389 assert os.path.exists(ans_path)
390
391def test_task_32(trajectory):
392 final_answer=trajectory[-1]['content']
393 answer_list=["53"]
394 flag=False
395 for ans in answer_list:
396 if ans in final_answer:
397 flag=True
398 assert flag
399
400def test_task_33(trajectory):
401 final_answer=trajectory[-1]['content']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected