(trajectory)
| 979 | assert os.path.exists(image_path) |
| 980 | |
| 981 | def test_task_91(trajectory): |
| 982 | image_path = "./output/91.png" |
| 983 | ref_path = "./data/91.jpeg" |
| 984 | assert os.path.exists(image_path) |
| 985 | |
| 986 | def test_task_92(trajectory): |
| 987 | image_path = "./output/92.png" |
nothing calls this directly
no outgoing calls
no test coverage detected