diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-15 19:37:50 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-15 19:37:50 -0500 |
commit | e1402efb198f96090833a9b561cdba8dee937f70 (patch) | |
tree | c20dc33466476bbf394e8e19da7a045c8a008d08 /sqla_nose.py | |
parent | 756aa2724e495b8a969bca73d133b27615a343e7 (diff) | |
download | sqlalchemy-e1402efb198f96090833a9b561cdba8dee937f70.tar.gz |
- move sqlalchemy.test to test.lib
Diffstat (limited to 'sqla_nose.py')
-rwxr-xr-x | sqla_nose.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sqla_nose.py b/sqla_nose.py index 6482958cb..e6f60e476 100755 --- a/sqla_nose.py +++ b/sqla_nose.py @@ -2,8 +2,8 @@ """ nose runner script. -This script is a front-end to "nosetests" which doesn't -require that SQLA's testing plugin be installed via setuptools. +This script is a front-end to "nosetests" which +installs SQLAlchemy's testing plugin into the local environment. """ import sys |