diff options
Diffstat (limited to 'tests/patcher_test.py')
| -rw-r--r-- | tests/patcher_test.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/patcher_test.py b/tests/patcher_test.py index 2e458c5..deae8ef 100644 --- a/tests/patcher_test.py +++ b/tests/patcher_test.py @@ -506,3 +506,7 @@ def test_threading_condition(): def test_threading_join(): tests.run_isolated('patcher_threading_join.py') + + +def test_socketserver_selectors(): + tests.run_isolated('patcher_socketserver_selectors.py') |
