diff options
Diffstat (limited to 'test/testlib/__init__.py')
| -rw-r--r-- | test/testlib/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/testlib/__init__.py b/test/testlib/__init__.py index 5dea60322..5b8075ddb 100644 --- a/test/testlib/__init__.py +++ b/test/testlib/__init__.py @@ -11,7 +11,6 @@ from testlib.testing import \ AssertsCompiledSQL, \ AssertsExecutionResults, \ ComparesTables, \ - ORMTest, \ TestBase, \ rowset from testlib.orm import mapper @@ -25,7 +24,7 @@ __all__ = ('testing', 'mapper', 'Table', 'Column', 'rowset', - 'TestBase', 'AssertsExecutionResults', 'ORMTest', + 'TestBase', 'AssertsExecutionResults', 'AssertsCompiledSQL', 'ComparesTables', 'profiling', 'engines', '_function_named') |
