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

Function test_task_34

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

Source from the content-addressed store, hash-verified

402 assert ("0.54" in final_answer or '0.53' in final_answer)
403
404def test_task_34(trajectory):
405 final_answer=trajectory[-1]['content']
406 assert "Ellis Ave & 60th St" in final_answer
407
408def test_task_35(trajectory):
409 final_answer=trajectory[-1]['content']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected