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

Function test_task_53

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

Source from the content-addressed store, hash-verified

642 assert os.path.exists(ans_1), f"File {ans_1} does not exist."
643
644def test_task_53(trajectory):
645 final_answer=trajectory[-1]['content']
646 #print(final_answer)
647 assert "重庆啤酒" in final_answer
648
649def test_task_54(trajectory):
650 final_answer=trajectory[-1]['content']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected