Commit dbdcf3b
committed
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments