diff options
| author | Dylan Araps <[email protected]> | 2017-06-27 17:24:27 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-06-27 17:24:27 +1000 |
| commit | 790ab71c50ad4d7e695d4e868933363c4be090fa (patch) | |
| tree | ea69ee248f13e15a849afe2c176947c10a364172 /tests/test_util.py | |
| parent | tests: Added format_colors test. (diff) | |
| download | pywal-790ab71c50ad4d7e695d4e868933363c4be090fa.tar.xz pywal-790ab71c50ad4d7e695d4e868933363c4be090fa.zip | |
tests: Added set_colors tests.
Diffstat (limited to 'tests/test_util.py')
| -rwxr-xr-x | tests/test_util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_util.py b/tests/test_util.py index 0d72f01..6aeef9b 100755 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -1,6 +1,7 @@ """Test util functions.""" import unittest import pathlib + from pywal import util |