from unittest import TestCase from color import _rgb_to_hex, color_shortcut class TestColor(TestCase): def test__rgb_to_hex(self): pass def test_color_shortcut(self): pass