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

Function test_task_60

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

Source from the content-addressed store, hash-verified

679 assert os.path.exists(ans), f"File {ans} does not exist."
680
681def test_task_60(trajectory):
682 ans="./output/60.png"
683 ref="./gpt4_output/china_tea_export_line_chart.png"
684 #print("WARNING 60 only verify the exist of the images")
685 assert os.path.exists(ans)
686
687def test_task_61(trajectory):
688 ans="./output/61.png"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected