(trajectory)
| 1235 | assert os.path.exists(image_path) |
| 1236 | |
| 1237 | def test_task_110(trajectory): |
| 1238 | image_path = "./output/110.png" |
| 1239 | |
| 1240 | assert os.path.exists(image_path) |
| 1241 | |
| 1242 | def test_task_111(trajectory): |
| 1243 | image_path = "./output/111.jpeg" |
nothing calls this directly
no outgoing calls
no test coverage detected