Inherits unittest::TestCase.
Public Member Functions | |
def | setUp |
def | test_mix_color_left |
def | test_mix_color_right |
def | test_mix_color_mid |
Public Attributes | |
yellow | |
blue |
Definition at line 9 of file test_image.py.
def test_image.MixColorTestCase.setUp | ( | self | ) |
Definition at line 10 of file test_image.py.
def test_image.MixColorTestCase.test_mix_color_left | ( | self | ) |
Definition at line 14 of file test_image.py.
def test_image.MixColorTestCase.test_mix_color_mid | ( | self | ) |
Definition at line 29 of file test_image.py.
def test_image.MixColorTestCase.test_mix_color_right | ( | self | ) |
Definition at line 22 of file test_image.py.
Definition at line 12 of file test_image.py.
Definition at line 11 of file test_image.py.