mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
test_async made properly executable.
This commit is contained in:
parent
6aaa50703e
commit
47ff5a6b01
4
tests/test_async.py
Normal file → Executable file
4
tests/test_async.py
Normal file → Executable file
|
@ -287,3 +287,7 @@ class AsyncTests(unittest.TestCase):
|
|||
|
||||
def test_suite():
|
||||
return unittest.TestLoader().loadTestsFromName(__name__)
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user