diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-02-06 15:49:32 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-02-06 15:49:32 -0500 |
| commit | 2121c1690a17090a4027874751e90d02b4126fd2 (patch) | |
| tree | 964a461f3d2ae21c6fcb3dd425d94e1274ee2776 /lib/sqlalchemy/testing/suite/__init__.py | |
| parent | 17790c9896e8ace4276b12b5f2cfcd366afae7e9 (diff) | |
| download | sqlalchemy-2121c1690a17090a4027874751e90d02b4126fd2.tar.gz | |
- add an "empty_inserts" requirement target plus a suite test
- add suite tests for basic explicit Sequence support, result-row column access (tests that name_normalize is set correctly among many other things)
Diffstat (limited to 'lib/sqlalchemy/testing/suite/__init__.py')
| -rw-r--r-- | lib/sqlalchemy/testing/suite/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sqlalchemy/testing/suite/__init__.py b/lib/sqlalchemy/testing/suite/__init__.py index bb0465c9e..f65dd1a34 100644 --- a/lib/sqlalchemy/testing/suite/__init__.py +++ b/lib/sqlalchemy/testing/suite/__init__.py @@ -1,6 +1,8 @@ from sqlalchemy.testing.suite.test_ddl import * from sqlalchemy.testing.suite.test_insert import * +from sqlalchemy.testing.suite.test_sequence import * +from sqlalchemy.testing.suite.test_results import * from sqlalchemy.testing.suite.test_update_delete import * from sqlalchemy.testing.suite.test_reflection import * from sqlalchemy.testing.suite.test_types import * |
