[New-bugs-announce] [issue18563] No unit test for yiq to rgb and rgb to yiq converting functions

Vajrasky Kok report at bugs.python.org
Fri Jul 26 18:30:20 CEST 2013


New submission from Vajrasky Kok:

Module colorsys has hsv_to_rgb, rgb_to_hsv, hls_to_rgb, rgb_to_hls, yiq_to_rgb, rgb_to_yig public API functions. But only hsv_to_rgb, rgb_to_hsv, hls_to_rgb, rgb_to_hls functions are being unit tested.

Attached the patch for adding unit test to cover the yiq_to_rgb, rgb_to_yig functions as well.

----------
components: Tests
files: unit_test_for_yiq.txt
messages: 193734
nosy: vajrasky
priority: normal
severity: normal
status: open
title: No unit test for yiq to rgb  and rgb to yiq converting functions
versions: Python 3.4
Added file: http://bugs.python.org/file31040/unit_test_for_yiq.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18563>
_______________________________________


More information about the New-bugs-announce mailing list