(trajectory)
| 679 | assert os.path.exists(ans), f"File {ans} does not exist." |
| 680 | |
| 681 | def 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 | |
| 687 | def test_task_61(trajectory): |
| 688 | ans="./output/61.png" |
nothing calls this directly
no outgoing calls
no test coverage detected