diff options
Diffstat (limited to 'tests/test_async.py')
-rwxr-xr-x[-rw-r--r--] | tests/test_async.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_async.py b/tests/test_async.py index 97c7301..dc5b800 100644..100755 --- a/tests/test_async.py +++ b/tests/test_async.py @@ -287,3 +287,7 @@ class AsyncTests(unittest.TestCase): def test_suite(): return unittest.TestLoader().loadTestsFromName(__name__) + +if __name__ == "__main__": + unittest.main() + |