diff options
| author | Dylan Araps <[email protected]> | 2017-06-27 11:41:04 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-06-27 11:41:04 +1000 |
| commit | 9d9b24e415df8bd6662595169f330038ee45d569 (patch) | |
| tree | d1798dcc729995e75a11b12b2ffaaff8193db129 /tests/__init__.py | |
| parent | General: Remove find_packages (diff) | |
| download | pywal-9d9b24e415df8bd6662595169f330038ee45d569.tar.xz pywal-9d9b24e415df8bd6662595169f330038ee45d569.zip | |
General: Add initial test.
Diffstat (limited to 'tests/__init__.py')
| -rwxr-xr-x | tests/__init__.py | 4 |
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. +""" |