summaryrefslogtreecommitdiff
path: root/tests/stdlib
diff options
context:
space:
mode:
authorRyan Williams <rdw@lindenlab.com>2010-02-14 22:20:22 -0800
committerRyan Williams <rdw@lindenlab.com>2010-02-14 22:20:22 -0800
commit9675a562116a1b30c3e73e1b28936e930d23cfda (patch)
treeda643d2a269ade6f9f7189f2c76e6b940f3151dd /tests/stdlib
parentba22f8450d75fef17a3826b9519fc2a96f43cd8a (diff)
downloadeventlet-9675a562116a1b30c3e73e1b28936e930d23cfda.tar.gz
Moar restarting
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 2a1a9b5..65f20c8 100644
--- a/tests/stdlib/all.py
+++ b/tests/stdlib/all.py
@@ -23,6 +23,7 @@ def assimilate_patched(name):
try:
test_method = modobj.test_main
def test_main():
+ restart_hub()
test_method()
restart_hub()
globals()[method_name] = test_main