From 9675a562116a1b30c3e73e1b28936e930d23cfda Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Sun, 14 Feb 2010 22:20:22 -0800 Subject: [PATCH] Moar restarting --- tests/stdlib/all.py | 1 + 1 file changed, 1 insertion(+) 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