diff options
| author | Ryan Williams <rdw@lindenlab.com> | 2010-02-16 13:11:07 -0800 |
|---|---|---|
| committer | Ryan Williams <rdw@lindenlab.com> | 2010-02-16 13:11:07 -0800 |
| commit | df20576a6931278de34394c333423efd7d7b2e96 (patch) | |
| tree | 3e57985df700bf710bb5d4b33d5b703ec10b07e1 /tests/stdlib | |
| parent | 44f1369a05952e004a51c927ad29b3156f86279d (diff) | |
| parent | 9675a562116a1b30c3e73e1b28936e930d23cfda (diff) | |
| download | eventlet-df20576a6931278de34394c333423efd7d7b2e96.tar.gz | |
Merge
Diffstat (limited to 'tests/stdlib')
| -rw-r--r-- | tests/stdlib/all.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stdlib/all.py b/tests/stdlib/all.py index 2d5d111..ca46ff0 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 |
