]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Modernize test_rowcount and move to dialect suite
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 19 Feb 2020 22:59:52 +0000 (17:59 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 19 Feb 2020 23:05:33 +0000 (18:05 -0500)
commit1149a81d53ff6825048dd8dea09fb95c803a8944
tree7ef3cc7210c01db5604673f10babdcc9dcb75bb8
parent8c9537d37292459d348214fb8befa85d9cb64059
Modernize test_rowcount and move to dialect suite

Amazingly there are no "rowcount" tests in suite, so these
tests should definitely be there.

Change-Id: Ib4c595fe6e16b457680ce4ee01180ccc8ddb6a40
lib/sqlalchemy/testing/suite/__init__.py
lib/sqlalchemy/testing/suite/test_rowcount.py [moved from test/sql/test_rowcount.py with 59% similarity]