(trajectory)
| 1295 | assert os.path.exists(image_path) |
| 1296 | |
| 1297 | def test_task_123(trajectory): |
| 1298 | image_path = "./output/123.png" |
| 1299 | assert os.path.exists(image_path) |
| 1300 | |
| 1301 | def test_task_124(trajectory): |
| 1302 | image_path = "./output/124.png" |
nothing calls this directly
no outgoing calls
no test coverage detected