diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-13 11:18:18 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-13 11:18:18 -0500 |
commit | 83b534bc9524c152c53b2b39589f7535ad3690a7 (patch) | |
tree | 74eeb9b05d3d17a3f0bdb0b0cc9d3d255cf8ca1b /sqla_nose.py | |
parent | d3ee4f6155acbc1b2df85fef3f4d2cdae9e1306c (diff) | |
download | sqlalchemy-83b534bc9524c152c53b2b39589f7535ad3690a7.tar.gz |
comment
Diffstat (limited to 'sqla_nose.py')
-rwxr-xr-x | sqla_nose.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sqla_nose.py b/sqla_nose.py index 6d76978a4..ab329fd3f 100755 --- a/sqla_nose.py +++ b/sqla_nose.py @@ -2,9 +2,9 @@ """ nose runner script. -Only use this script if setuptools is not available, i.e. such as -on Python 3K. Otherwise consult README.unittests for the -recommended methods of running tests. +This script is a front-end to "nosetests" which doesn't +require that SQLA's testing plugin be installed via setuptools. + """ import sys |