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

Function test_task_35

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

Source from the content-addressed store, hash-verified

406 assert "Ellis Ave & 60th St" in final_answer
407
408def test_task_35(trajectory):
409 final_answer=trajectory[-1]['content']
410 #print(final_answer)
411 assert ("United States" in final_answer or "美国" in final_answer)
412
413def test_task_36(trajectory):
414 final_answer=trajectory[-1]['content']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected