diff options
| author | Gord Thompson <gord@gordthompson.com> | 2020-02-20 15:38:09 -0700 |
|---|---|---|
| committer | Gord Thompson <gord@gordthompson.com> | 2020-02-22 07:25:05 -0700 |
| commit | bebd757b06f10f29f9e3555dc0a3ba6fe3ec93d5 (patch) | |
| tree | 8345db223506c59300fd86d0ce36515793422700 /lib/sqlalchemy/testing/suite/__init__.py | |
| parent | f559f378c47811b5528ad1769cb86925e85fd1e5 (diff) | |
| download | sqlalchemy-bebd757b06f10f29f9e3555dc0a3ba6fe3ec93d5.tar.gz | |
Update test_unicode and move to test suite
External dialects will definitely want to
be able to test their handling of Unicode
table/column names.
Change-Id: If1b67cf170dc9e4a42e3f51760ced8ddb7a34fcf
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 d76b33f56..30817e1e4 100644 --- a/lib/sqlalchemy/testing/suite/__init__.py +++ b/lib/sqlalchemy/testing/suite/__init__.py @@ -9,4 +9,5 @@ from .test_rowcount import * # noqa from .test_select import * # noqa from .test_sequence import * # noqa from .test_types import * # noqa +from .test_unicode_ddl import * # noqa from .test_update_delete import * # noqa |
