From 83b534bc9524c152c53b2b39589f7535ad3690a7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 13 Nov 2010 11:18:18 -0500 Subject: [PATCH] comment --- sqla_nose.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sqla_nose.py b/sqla_nose.py index 6d76978a40..ab329fd3fc 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 -- 2.47.2