(trajectory)
| 1287 | assert os.path.exists(image_path) |
| 1288 | |
| 1289 | def test_task_121(trajectory): |
| 1290 | image_path = "./output/121.png" |
| 1291 | assert os.path.exists(image_path) |
| 1292 | |
| 1293 | def test_task_122(trajectory): |
| 1294 | image_path = "./output/122.png" |
nothing calls this directly
no outgoing calls
no test coverage detected