test_async made properly executable.

This commit is contained in:
Daniele Varrazzo 2010-04-11 00:06:54 +01:00
parent 6aaa50703e
commit 47ff5a6b01

4
tests/test_async.py Normal file → Executable file
View File

@ -287,3 +287,7 @@ class AsyncTests(unittest.TestCase):
def test_suite():
return unittest.TestLoader().loadTestsFromName(__name__)
if __name__ == "__main__":
unittest.main()