diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-03-03 15:44:41 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-03-03 15:44:41 -0500 |
commit | 5793d7ff4791a4a8b5ceebafb0a79e797179b82a (patch) | |
tree | a6c228e9cd7883532d0516dd9f7c6e68d4ee5aed | |
parent | 15866e58e2066f307ac9e22475c5a61162af4425 (diff) | |
download | sqlalchemy-multi_db_tests.tar.gz |
editmulti_db_tests
-rwxr-xr-x | sqla_nose.py | 5 |
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)) |