]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Modernize tests
authorGord Thompson <gord@gordthompson.com>
Thu, 24 Jun 2021 18:16:32 +0000 (12:16 -0600)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Jul 2021 22:50:03 +0000 (18:50 -0400)
commitb920869ef54d05e73e2a980b73647d6050ffeb9d
tree907f866bf583038751a450e9c6249ef6ff3d0111
parentcb9f6f83b21b9e65db6cf1ce74f55ecfd0907735
Modernize tests

Eliminate engine.execute() and engine.scalar()

Change-Id: I99f76d0e615ddebab2da4fd07a40a0a2796995c7
.gitignore
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/testing/warnings.py
test/dialect/mysql/test_dialect.py
test/dialect/postgresql/test_dialect.py
test/dialect/postgresql/test_query.py
test/engine/test_pool.py
test/ext/test_horizontal_shard.py
test/orm/test_composites.py
test/orm/test_dynamic.py
test/requirements.py