(trajectory)
| 1221 | assert os.path.exists(image_path) |
| 1222 | |
| 1223 | def test_task_105(trajectory): |
| 1224 | image_path = "./output/105.png" |
| 1225 | assert os.path.exists(image_path) |
| 1226 | |
| 1227 | def test_task_107(trajectory): |
| 1228 | image_path = "./output/107.png" |
nothing calls this directly
no outgoing calls
no test coverage detected