]> 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:05:58 +0000 (12:05 -0400)
commit672087176eaf3d0e867c6b5c67bfea3c713be42e
tree659bc160dd94230c6fc94189617f414122de241d
parent317f2e1be2b06cdc12bc84510eb743d9752763dd
internal test framework files for standardization of is_not/not_in;

this is safe for 1.3.x

Change-Id: Icba38fdc20f5d8ac407383a4278ccb346e09af38
28 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_attributes.py
test/orm/test_cascade.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_session.py
test/orm/test_subquery_relations.py
test/orm/test_transaction.py
test/orm/test_update_delete.py
test/sql/test_compare.py
test/sql/test_computed.py
test/sql/test_deprecations.py
test/sql/test_external_traversal.py
test/sql/test_operators.py
test/sql/test_resultset.py
test/sql/test_selectable.py
test/sql/test_types.py