diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-06-10 21:18:24 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-06-10 21:18:24 +0000 |
| commit | 45cec095b4904ba71425d2fe18c143982dd08f43 (patch) | |
| tree | af5e540fdcbf1cb2a3337157d69d4b40be010fa8 /test/sql/_base.py | |
| parent | 698a3c1ac665e7cd2ef8d5ad3ebf51b7fe6661f4 (diff) | |
| download | sqlalchemy-45cec095b4904ba71425d2fe18c143982dd08f43.tar.gz | |
- unit tests have been migrated from unittest to nose.
See README.unittests for information on how to run
the tests. [ticket:970]
Diffstat (limited to 'test/sql/_base.py')
| -rw-r--r-- | test/sql/_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/_base.py b/test/sql/_base.py index c1a107eeb..48879ae7e 100644 --- a/test/sql/_base.py +++ b/test/sql/_base.py @@ -1,4 +1,4 @@ -from engine import _base as engine_base +from test.engine import _base as engine_base TablesTest = engine_base.TablesTest |
