(trajectory)
| 1240 | assert os.path.exists(image_path) |
| 1241 | |
| 1242 | def test_task_111(trajectory): |
| 1243 | image_path = "./output/111.jpeg" |
| 1244 | |
| 1245 | assert os.path.exists(image_path) |
| 1246 | |
| 1247 | def test_task_112(trajectory): |
| 1248 | image_path = "./output/112.pdf" |
nothing calls this directly
no outgoing calls
no test coverage detected