aboutsummaryrefslogtreecommitdiff
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-06-27 17:57:14 +1000
committerGitHub <[email protected]>2017-06-27 17:57:14 +1000
commitea160a42dec139148845aeb3043db5ba23bd9a6c (patch)
tree24ebf656944839f6328b1bef09a46a56800a1ca6 /tests/__init__.py
parentGeneral: Remove find_packages (diff)
parenttests: Fix comment. (diff)
downloadpywal-ea160a42dec139148845aeb3043db5ba23bd9a6c.tar.xz
pywal-ea160a42dec139148845aeb3043db5ba23bd9a6c.zip
Merge pull request #11 from dylanaraps/tests
Tests: Start writing tests.
Diffstat (limited to 'tests/__init__.py')
-rwxr-xr-xtests/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
new file mode 100755
index 0000000..af433d7
--- /dev/null
+++ b/tests/__init__.py
@@ -0,0 +1,4 @@
+"""
+wal - Generate and change colorschemes on the fly.
+Created by Dylan Araps.
+"""