diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-02-19 17:59:52 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-02-19 18:05:33 -0500 |
| commit | 1149a81d53ff6825048dd8dea09fb95c803a8944 (patch) | |
| tree | 7ef3cc7210c01db5604673f10babdcc9dcb75bb8 /lib/sqlalchemy/testing/suite/__init__.py | |
| parent | 8c9537d37292459d348214fb8befa85d9cb64059 (diff) | |
| download | sqlalchemy-1149a81d53ff6825048dd8dea09fb95c803a8944.tar.gz | |
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
Diffstat (limited to 'lib/sqlalchemy/testing/suite/__init__.py')
| -rw-r--r-- | lib/sqlalchemy/testing/suite/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sqlalchemy/testing/suite/__init__.py b/lib/sqlalchemy/testing/suite/__init__.py index 4c71157cd..d76b33f56 100644 --- a/lib/sqlalchemy/testing/suite/__init__.py +++ b/lib/sqlalchemy/testing/suite/__init__.py @@ -5,6 +5,7 @@ from .test_dialect import * # noqa from .test_insert import * # noqa from .test_reflection import * # noqa from .test_results import * # noqa +from .test_rowcount import * # noqa from .test_select import * # noqa from .test_sequence import * # noqa from .test_types import * # noqa |
