summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/test/testing.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-10-17 15:23:14 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2010-10-17 15:23:14 -0400
commit976df5bf96adc16ea8c97e822cf7e773b0525f78 (patch)
tree8a26ee1e7464f0acb14d333b3270d18f1b98c800 /lib/sqlalchemy/test/testing.py
parentaa20e20b88d243d5277b5e1fefcd0021588feb52 (diff)
downloadsqlalchemy-976df5bf96adc16ea8c97e822cf7e773b0525f78.tar.gz
- the NoseSQLAlchemyPlugin has been moved to a
new package "sqlalchemy_nose" which installs along with "sqlalchemy". This so that the "nosetests" script works as always but also allows the --with-coverage option to turn on coverage before SQLAlchemy modules are imported, allowing coverage to work correctly. - added some new ignores
Diffstat (limited to 'lib/sqlalchemy/test/testing.py')
-rw-r--r--lib/sqlalchemy/test/testing.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sqlalchemy/test/testing.py b/lib/sqlalchemy/test/testing.py
index 41ba3038f..471044742 100644
--- a/lib/sqlalchemy/test/testing.py
+++ b/lib/sqlalchemy/test/testing.py
@@ -8,7 +8,8 @@ import types
import warnings
from cStringIO import StringIO
-from sqlalchemy.test import config, assertsql, util as testutil
+from sqlalchemy_nose import config
+from sqlalchemy.test import assertsql, util as testutil
from sqlalchemy.util import function_named, py3k
from engines import drop_all_tables