We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4cf07 commit d525babCopy full SHA for d525bab
tests/test_colors.py
@@ -12,11 +12,6 @@ def test_gen_colors(self):
12
result = colors.get("tests/test_files/test.jpg")
13
self.assertEqual(len(result["colors"]["color0"]), 7)
14
15
- def test_gen_colors_fail(self):
16
- """> Generate a colorscheme and fail."""
17
- with self.assertRaises(SystemExit):
18
- colors.get("tests/test_files/test.png")
19
-
20
def test_color_import(self):
21
"""> Read colors from a file."""
22
result = colors.file("tests/test_files/test_file.json")
0 commit comments