aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-07-23 22:33:43 +1000
committerDylan Araps <[email protected]>2017-07-23 22:33:43 +1000
commit1570dd003d49211cdaa6ed47024c1c0774b93505 (patch)
tree6d8894d7349a1d23a31cd72020268cbfe80a3778 /tests
parenttests: Test args (diff)
downloadpywal-1570dd003d49211cdaa6ed47024c1c0774b93505.tar.xz
pywal-1570dd003d49211cdaa6ed47024c1c0774b93505.zip
tests: Fix tests
Diffstat (limited to 'tests')
-rw-r--r--tests/test_main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_main.py b/tests/test_main.py
index 8607933..59e955c 100644
--- a/tests/test_main.py
+++ b/tests/test_main.py
@@ -33,5 +33,6 @@ class TestMain(unittest.TestCase):
args = __main__.get_args(["-o", "true"])
self.assertTrue(args.o)
+
if __name__ == "__main__":
unittest.main()