aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asyncio/test_sendfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_asyncio/test_sendfile.py')
-rw-r--r--Lib/test/test_asyncio/test_sendfile.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/test_asyncio/test_sendfile.py b/Lib/test/test_asyncio/test_sendfile.py
index 0a5466a0af1..57b56bba341 100644
--- a/Lib/test/test_asyncio/test_sendfile.py
+++ b/Lib/test/test_asyncio/test_sendfile.py
@@ -565,3 +565,7 @@ else:
def create_event_loop(self):
return asyncio.SelectorEventLoop(selectors.SelectSelector())
+
+
+if __name__ == '__main__':
+ unittest.main()