diff options
| author | Sergey Shepelev <temotor@gmail.com> | 2017-07-02 12:12:55 +0300 |
|---|---|---|
| committer | Sergey Shepelev <temotor@gmail.com> | 2020-10-19 03:26:20 +0300 |
| commit | 18c889e99360ddf76cdcad42090fd87e481e84fb (patch) | |
| tree | 3f8f50119b3be129995a8e8a746ecbe90eef7c93 /tests/isolated | |
| parent | f2ebbb87590d0fa4f173599806dfec88caeb9fb9 (diff) | |
| download | eventlet-subprocess-413-more.tar.gz | |
green.subprocess: keep SubprocessError identitysubprocess-413-more
https://github.com/eventlet/eventlet/issues/413
Diffstat (limited to 'tests/isolated')
| -rw-r--r-- | tests/isolated/subprocess_exception_identity.py | 1 |
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: |
