summaryrefslogtreecommitdiff
path: root/tests/test_format_colors.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-27 17:24:27 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-27 17:24:27 +1000
commit790ab71c50ad4d7e695d4e868933363c4be090fa (patch)
treeea69ee248f13e15a849afe2c176947c10a364172 /tests/test_format_colors.py
parent081bb9066bf754aee23489a76f0d5e63bcb4935b (diff)
tests: Added set_colors tests.
Diffstat (limited to 'tests/test_format_colors.py')
-rwxr-xr-xtests/test_format_colors.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_format_colors.py b/tests/test_format_colors.py
index fab7181..ecee336 100755
--- a/tests/test_format_colors.py
+++ b/tests/test_format_colors.py
@@ -1,5 +1,6 @@
"""Test format functions."""
import unittest
+
from pywal import format_color
from pywal import util
@@ -8,7 +9,7 @@ from pywal import util
COLORS = util.read_file("tests/test_file")
-class TestExportColors(unittest.TestCase):
+class TestFormatColors(unittest.TestCase):
"""Test the format_colors functions."""
def test_plain(self):