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

Function test_task_21

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

Source from the content-addressed store, hash-verified

307
308
309def test_task_21(trajectory):
310 final_answer=trajectory[-1]['content']
311 answer_list=["50"]
312 for ans in answer_list:
313 assert ans in final_answer
314
315def test_task_22(trajectory):
316 final_answer=trajectory[-1]['content']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected