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

Function test_task_61

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

Source from the content-addressed store, hash-verified

685 assert os.path.exists(ans)
686
687def test_task_61(trajectory):
688 ans="./output/61.png"
689 ref="./gpt4_output/australian_gold_medals_over_time.png"
690 #print("WARNING 60 only verify the exist of the images")
691 assert os.path.exists(ans)
692
693def test_task_62(trajectory):
694 ans="./output/62.png"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected