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

Function test_task_63

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

Source from the content-addressed store, hash-verified

697 assert os.path.exists(ans)
698
699def test_task_63(trajectory):
700 ans="./output/63.png"
701 ref="./gpt4_output/sales_by_product.png"
702 #print("WARNING 60 only verify the exist of the images")
703 os.path.exists(ans)
704
705def test_task_64(trajectory):
706 ans="./output/64.png"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected