(trajectory)
| 1283 | assert os.path.exists(image_path) |
| 1284 | |
| 1285 | def test_task_120(trajectory): |
| 1286 | image_path = "./output/120.png" |
| 1287 | assert os.path.exists(image_path) |
| 1288 | |
| 1289 | def test_task_121(trajectory): |
| 1290 | image_path = "./output/121.png" |
nothing calls this directly
no outgoing calls
no test coverage detected