(trajectory)
| 1291 | assert os.path.exists(image_path) |
| 1292 | |
| 1293 | def test_task_122(trajectory): |
| 1294 | image_path = "./output/122.png" |
| 1295 | assert os.path.exists(image_path) |
| 1296 | |
| 1297 | def test_task_123(trajectory): |
| 1298 | image_path = "./output/123.png" |
nothing calls this directly
no outgoing calls
no test coverage detected