summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-03-03 15:44:41 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-03-03 15:44:41 -0500
commit5793d7ff4791a4a8b5ceebafb0a79e797179b82a (patch)
treea6c228e9cd7883532d0516dd9f7c6e68d4ee5aed
parent15866e58e2066f307ac9e22475c5a61162af4425 (diff)
downloadsqlalchemy-multi_db_tests.tar.gz
-rwxr-xr-xsqla_nose.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/sqla_nose.py b/sqla_nose.py
index 8495ff107..c8ebaf34f 100755
--- a/sqla_nose.py
+++ b/sqla_nose.py
@@ -12,9 +12,10 @@ import nose
import warnings
warnings.warn(
- "SQLAlchemy now includes py.test support which is expected to "
- "supersede that of nose. Please see README.unittests.rst for updated "
+ "SQLAlchemy now includes py.test support which going forward should be "
+ "preferred to nose. Please see README.unittests.rst for updated "
"testing information!")
+
from os import path
for pth in ['./lib']:
sys.path.insert(0, path.join(path.dirname(path.abspath(__file__)), pth))