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

Function test_task_54

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

Source from the content-addressed store, hash-verified

647 assert "重庆啤酒" in final_answer
648
649def test_task_54(trajectory):
650 final_answer=trajectory[-1]['content']
651 #print(final_answer)
652 assert "safety" in final_answer
653 assert "injection" in final_answer
654
655def test_task_55(trajectory):
656 final_answer=trajectory[-1]['content']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected