summaryrefslogtreecommitdiff
path: root/tests/env_test_hub.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/env_test_hub.py')
-rw-r--r--tests/env_test_hub.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/env_test_hub.py b/tests/env_test_hub.py
new file mode 100644
index 0000000..0511d48
--- /dev/null
+++ b/tests/env_test_hub.py
@@ -0,0 +1,6 @@
+# no standard tests in this file, ignore
+__test__ = False
+
+if __name__ == '__main__':
+ from eventlet import hubs
+ print(hubs.get_hub())