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

Function test_task_29

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

Source from the content-addressed store, hash-verified

368 assert ans in final_answer
369
370def test_task_29(trajectory):
371 final_answer=trajectory[-1]['content']
372 answer_list=["XL"]
373 for ans in answer_list:
374 assert ans in final_answer
375
376
377def test_task_30(trajectory):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected