]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
adjust autocommit tests to accommodate for execution_options change
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Nov 2021 20:58:27 +0000 (16:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Nov 2021 20:58:27 +0000 (16:58 -0400)
commitaf7963889abffe2ab8dc640d4fdcb8cea6d53942
tree79350099614b3119d0da4314b0d8f7f047e26143
parent3ab86677f4ce40ff96c1320f82657e7a0e73bcb9
adjust autocommit tests to accommodate for execution_options change

the tests here were relying on the fact that execution_options
returns a new connection which is not the case for future mode.

Change-Id: Ib6c2c69243a615fa2097c68fc5c35c14507bea61
alembic/testing/suite/test_environment.py