summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--run_aiotest.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/run_aiotest.py b/run_aiotest.py
new file mode 100644
index 0000000..2b3ce09
--- /dev/null
+++ b/run_aiotest.py
@@ -0,0 +1,8 @@
+import aioeventlet
+import aiotest.run
+import eventlet
+
+config = aiotest.TestConfig()
+config.new_event_pool_policy = aioeventlet.EventLoopPolicy
+config.sleep = eventlet.sleep
+aiotest.run.main(config)