diff options
Diffstat (limited to 'tests/patcher_test.py')
| -rw-r--r-- | tests/patcher_test.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/patcher_test.py b/tests/patcher_test.py index 2e458c5..1fe54fe 100644 --- a/tests/patcher_test.py +++ b/tests/patcher_test.py @@ -504,5 +504,10 @@ def test_threading_condition(): tests.run_isolated('patcher_threading_condition.py') +def test_threading_original(): + # https://github.com/eventlet/eventlet/issues/230 test for non-regression of threading+original() + tests.run_isolated('patcher_threading_original.py') + + def test_threading_join(): tests.run_isolated('patcher_threading_join.py') |
