diff options
author | mike bayer <mike_mp@zzzcomputing.com> | 2020-04-10 17:52:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2020-04-10 17:52:47 +0000 |
commit | 1ff644d2f16a7517df7f175e1291ddaa501646dd (patch) | |
tree | a8f6e624e1500f3b77e43a22eaeb0e7b8ff20100 /test/engine/test_execute.py | |
parent | fe591913030a244a9ccfdd47b371609f1f1b44af (diff) | |
parent | a9b068ae564e5e775e312373088545b75aeaa1b0 (diff) | |
download | sqlalchemy-1ff644d2f16a7517df7f175e1291ddaa501646dd.tar.gz |
Merge "Remove code deprecated before version 1.1"
Diffstat (limited to 'test/engine/test_execute.py')
-rw-r--r-- | test/engine/test_execute.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/engine/test_execute.py b/test/engine/test_execute.py index 566cf0654..e2c009e2d 100644 --- a/test/engine/test_execute.py +++ b/test/engine/test_execute.py @@ -2120,7 +2120,7 @@ class HandleErrorTest(fixtures.TestBase): is_(ctx.original_exception, nope) def test_exception_event_non_dbapi_error(self): - """test that dbapi_error is called with a context in + """test that handle_error is called with a context in cases where DBAPI raises an exception that is not a DBAPI exception, e.g. internal errors or encoding problems. |