diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-06-27 17:24:27 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-06-27 17:24:27 +1000 |
| commit | 790ab71c50ad4d7e695d4e868933363c4be090fa (patch) | |
| tree | ea69ee248f13e15a849afe2c176947c10a364172 /tests/test_export_colors.py | |
| parent | 081bb9066bf754aee23489a76f0d5e63bcb4935b (diff) | |
tests: Added set_colors tests.
Diffstat (limited to 'tests/test_export_colors.py')
| -rwxr-xr-x | tests/test_export_colors.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_export_colors.py b/tests/test_export_colors.py index ce6fe1e..5680dfc 100755 --- a/tests/test_export_colors.py +++ b/tests/test_export_colors.py @@ -1,10 +1,15 @@ """Test util functions.""" import unittest import pathlib + from pywal import export_colors from pywal import util +# Import colors. +COLORS = util.read_file("tests/test_file") + + class TestExportColors(unittest.TestCase): """Test the export_colors functions.""" |
