Skip to content

Commit dbdcf3b

Browse files
Makes the test directory into a package.
This allows tests to be run with python -m test.test_asyncio <port> without running into conflicts with Python's built-in unit tests which also have a test.test_asyncio with runs the Python Standard Library tests.
1 parent 4bd4d78 commit dbdcf3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)