diff options
| author | Ryan Williams <rdw@lindenlab.com> | 2010-01-18 15:42:15 -0800 |
|---|---|---|
| committer | Ryan Williams <rdw@lindenlab.com> | 2010-01-18 15:42:15 -0800 |
| commit | d2fa28ecdc83ed2c124743df2b3425374428542b (patch) | |
| tree | 8e3dffc5796f556cc4e8bbe6211e23acc27a11b3 /tests/debug_test.py | |
| parent | 9d07716c3572b6a9e4cad4f8084eb1c26a843068 (diff) | |
| download | eventlet-d2fa28ecdc83ed2c124743df2b3425374428542b.tar.gz | |
Doc improvements, removed docs for coros and proc modules.
Diffstat (limited to 'tests/debug_test.py')
| -rw-r--r-- | tests/debug_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/debug_test.py b/tests/debug_test.py index eace580..4afa349 100644 --- a/tests/debug_test.py +++ b/tests/debug_test.py @@ -18,6 +18,7 @@ class TestDebug(LimitedTestCase): debug.tpool_exceptions(False) debug.hub_listener_stacks(True) debug.hub_listener_stacks(False) + debug.format_hub_listeners() def test_hub_exceptions(self): debug.hub_exceptions(True) |
