(trajectory)
| 1307 | assert os.path.exists(image_path) |
| 1308 | |
| 1309 | def test_task_128(trajectory): |
| 1310 | image_path = "./output/128.xlsx" |
| 1311 | assert os.path.exists(image_path) |
| 1312 | |
| 1313 | def test_task_129(trajectory): |
| 1314 | image_path = "./output/129.csv" |
nothing calls this directly
no outgoing calls
no test coverage detected