test_color.py 200 B

1234567891011
  1. from unittest import TestCase
  2. from color import _rgb_to_hex, color_shortcut
  3. class TestColor(TestCase):
  4. def test__rgb_to_hex(self):
  5. pass
  6. def test_color_shortcut(self):
  7. pass