]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
internal test framework files for standardization of is_not/not_in;
authorjonathan vanasco <jonathan@2xlp.com>
Mon, 24 Aug 2020 22:53:31 +0000 (18:53 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 29 Aug 2020 16:34:51 +0000 (12:34 -0400)
commitdbc50c3a9d20e163827ddf480bb3d269035a0565
tree8500bc73377e6bdfeee9ea66f7acf699a8671058
parenta502c924105f6be816aedb2ec3f02c6963e1861d
internal test framework files for standardization of is_not/not_in;

this is safe for 1.3.x

Change-Id: Icba38fdc20f5d8ac407383a4278ccb346e09af38
(cherry picked from commit 672087176eaf3d0e867c6b5c67bfea3c713be42e)
22 files changed:
lib/sqlalchemy/testing/__init__.py
lib/sqlalchemy/testing/assertions.py
test/base/test_events.py
test/dialect/mssql/test_types.py
test/dialect/test_all.py
test/engine/test_execute.py
test/engine/test_pool.py
test/engine/test_reflection.py
test/ext/test_baked.py
test/ext/test_indexable.py
test/orm/test_eager_relations.py
test/orm/test_events.py
test/orm/test_merge.py
test/orm/test_selectin_relations.py
test/orm/test_subquery_relations.py
test/orm/test_transaction.py
test/sql/test_computed.py
test/sql/test_deprecations.py
test/sql/test_generative.py
test/sql/test_operators.py
test/sql/test_resultset.py
test/sql/test_types.py