From de47c1beaaa77ee6f50235daba735ccc98ad608c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 22 Jul 2017 22:26:49 +1000 Subject: api: Remove wal.py --- tests/test_magic.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 tests/test_magic.py (limited to 'tests/test_magic.py') diff --git a/tests/test_magic.py b/tests/test_magic.py deleted file mode 100755 index a3434df..0000000 --- a/tests/test_magic.py +++ /dev/null @@ -1,17 +0,0 @@ -"""Test imagemagick functions.""" -import unittest - -from pywal import wal - - -class TestGenColors(unittest.TestCase): - """Test the gen_colors functions.""" - - def test_gen_colors(self): - """> Generate a colorscheme.""" - result = wal.create_palette("tests/test_files/test.jpg") - self.assertEqual(result["colors"]["color0"], "#0F191A") - - -if __name__ == "__main__": - unittest.main() -- cgit v1.2.3