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

Function test_task_56

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

Source from the content-addressed store, hash-verified

659
660
661def test_task_56(trajectory):
662 final_answer=trajectory[-1]['content']
663 #print(final_answer)
664 assert ("positive" in final_answer or "negative" in final_answer)
665
666def test_task_57(trajectory):
667 ans="./output/57.png"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected