summaryrefslogtreecommitdiff
path: root/tests/stdlib
diff options
context:
space:
mode:
authorRyan Williams <rdw@lindenlab.com>2010-01-23 21:22:24 -0500
committerRyan Williams <rdw@lindenlab.com>2010-01-23 21:22:24 -0500
commitec802dd8c60ad3ea549484a74151f39b085b8835 (patch)
tree9ea10215f99fb92f2a5b9b4a1bce44f0c79635d7 /tests/stdlib
parent43287af23ee1af845fed1beeebe8aac51b9a4806 (diff)
downloadeventlet-ec802dd8c60ad3ea549484a74151f39b085b8835.tar.gz
Add queue to stdlib tests.
Diffstat (limited to 'tests/stdlib')
-rw-r--r--tests/stdlib/all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stdlib/all.py b/tests/stdlib/all.py
index 6808e07..43f5d19 100644
--- a/tests/stdlib/all.py
+++ b/tests/stdlib/all.py
@@ -41,6 +41,7 @@ import_main('test_ftplib')
import_main('test_httplib')
if have_network_access:
import_main('test_httpservers')
+import_main('test_queue')
if have_network_access:
import_main('test_socket')
import_main('test_socket_ssl')