(trajectory)
| 1230 | assert os.path.exists(image_path) |
| 1231 | |
| 1232 | def test_task_109(trajectory): |
| 1233 | image_path = "./output/109.png" |
| 1234 | |
| 1235 | assert os.path.exists(image_path) |
| 1236 | |
| 1237 | def test_task_110(trajectory): |
| 1238 | image_path = "./output/110.png" |
nothing calls this directly
no outgoing calls
no test coverage detected