summaryrefslogtreecommitdiff
path: root/tests/test_colors.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_colors.py')
-rwxr-xr-xtests/test_colors.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_colors.py b/tests/test_colors.py
index a3b939c..0946585 100755
--- a/tests/test_colors.py
+++ b/tests/test_colors.py
@@ -12,11 +12,6 @@ class TestGenColors(unittest.TestCase):
result = colors.get("tests/test_files/test.jpg")
self.assertEqual(len(result["colors"]["color0"]), 7)
- def test_gen_colors_fail(self):
- """> Generate a colorscheme and fail."""
- with self.assertRaises(SystemExit):
- colors.get("tests/test_files/test.png")
-
def test_color_import(self):
"""> Read colors from a file."""
result = colors.file("tests/test_files/test_file.json")