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

Function test_task_28

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

Source from the content-addressed store, hash-verified

362 assert flag
363
364def test_task_28(trajectory):
365 final_answer=trajectory[-1]['content']
366 answer_list=["2017"]
367 for ans in answer_list:
368 assert ans in final_answer
369
370def test_task_29(trajectory):
371 final_answer=trajectory[-1]['content']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected