summaryrefslogtreecommitdiff
path: root/tests/isolated/subprocess_exception_identity.py
diff options
context:
space:
mode:
authorSergey Shepelev <temotor@gmail.com>2017-07-02 12:12:55 +0300
committerSergey Shepelev <temotor@gmail.com>2020-10-19 03:26:20 +0300
commit18c889e99360ddf76cdcad42090fd87e481e84fb (patch)
tree3f8f50119b3be129995a8e8a746ecbe90eef7c93 /tests/isolated/subprocess_exception_identity.py
parentf2ebbb87590d0fa4f173599806dfec88caeb9fb9 (diff)
downloadeventlet-subprocess-413-more.tar.gz
green.subprocess: keep SubprocessError identitysubprocess-413-more
https://github.com/eventlet/eventlet/issues/413
Diffstat (limited to 'tests/isolated/subprocess_exception_identity.py')
-rw-r--r--tests/isolated/subprocess_exception_identity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/isolated/subprocess_exception_identity.py b/tests/isolated/subprocess_exception_identity.py
index 24fdadd..abc648b 100644
--- a/tests/isolated/subprocess_exception_identity.py
+++ b/tests/isolated/subprocess_exception_identity.py
@@ -6,6 +6,7 @@ if __name__ == '__main__':
cases = (
'CalledProcessError',
+ 'SubprocessError',
'TimeoutExpired',
)
for c in cases: