diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-07-23 22:33:43 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-07-23 22:33:43 +1000 |
| commit | 1570dd003d49211cdaa6ed47024c1c0774b93505 (patch) | |
| tree | 6d8894d7349a1d23a31cd72020268cbfe80a3778 | |
| parent | 6d116540dd06932ff8ba82e8f2b1f6559dec3698 (diff) | |
tests: Fix tests
| -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() |
