def unittest(data_path, temp_path): import image gs = image.rgb_to_grayscale((120, 200, 120)) return gs == 169