(trajectory)
| 973 | assert black_ratio > 0.3, "The black pixel percentage does not exceed 30%." |
| 974 | |
| 975 | def test_task_90(trajectory): |
| 976 | image_path = "./output/90.png" |
| 977 | ref_path = "./data/90.jpeg" |
| 978 | |
| 979 | assert os.path.exists(image_path) |
| 980 | |
| 981 | def test_task_91(trajectory): |
| 982 | image_path = "./output/91.png" |
nothing calls this directly
no outgoing calls
no test coverage detected