diff options
| author | Dylan Araps <[email protected]> | 2017-07-23 22:33:43 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-07-23 22:33:43 +1000 |
| commit | 1570dd003d49211cdaa6ed47024c1c0774b93505 (patch) | |
| tree | 6d8894d7349a1d23a31cd72020268cbfe80a3778 /tests/test_main.py | |
| parent | tests: Test args (diff) | |
| download | pywal-1570dd003d49211cdaa6ed47024c1c0774b93505.tar.xz pywal-1570dd003d49211cdaa6ed47024c1c0774b93505.zip | |
tests: Fix tests
Diffstat (limited to 'tests/test_main.py')
| -rw-r--r-- | tests/test_main.py | 1 |
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() |