]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix verbiage rel_0_6_0
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Apr 2010 23:13:47 +0000 (19:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Apr 2010 23:13:47 +0000 (19:13 -0400)
README.unittests

index dd2f6ab1bdad4463ffb9245fee38edc49c514cb0..37a6e49105b624b0d902687cc332049466d741b7 100644 (file)
@@ -5,21 +5,19 @@ SQLALCHEMY UNIT TESTS
 SQLAlchemy unit tests by default run using Python's built-in sqlite3 
 module.  If running on Python 2.4, pysqlite must be installed.
 
-As of 0.5.5, unit tests are run using nose.  Documentation and
+Unit tests are run using nose.  Note that in most cases,
+nose needs to be installed manually.  Documentation and
 downloads for nose are available at:
 
 http://somethingaboutorange.com/mrl/projects/nose/0.11.1/index.html
 
-SQLAlchemy implements a nose plugin that must be present when tests are run.
-This plugin is available when SQLAlchemy is installed via setuptools.
-
-NB: You will need to manually install nose, it is unlikely to be pulled
-    down as a dependency of installing SQLAlchemy.
-
-    Nose can be installed with:
+Or using setuptools:
 
     $ easy_install nose
 
+SQLAlchemy implements a nose plugin that must be present when tests are run.
+This plugin is available when SQLAlchemy is installed via setuptools.
+
 INSTANT TEST RUNNER
 -------------------