diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-07-06 08:36:29 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-07-06 08:36:29 +1000 |
| commit | d525bab593a42407b41375aaa6de24f6a04e5ea6 (patch) | |
| tree | b872d4d03307b293e846592e05ba5276f0ef08ae /tests | |
| parent | 3b4cf07aa45419310b6ede7b001f4589445b2352 (diff) | |
travis: 3.7 support
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/test_colors.py | 5 |
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") |
