]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Merged in msabramo/sqlalchemy (pull request #9)
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 18 Jun 2012 14:06:49 +0000 (10:06 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 18 Jun 2012 14:06:49 +0000 (10:06 -0400)
README.unittests

index 2d1a392d27831c8f1e684977089e15fa003a2566..3320caeb0241b736322b28e8bca7f209ade88436 100644 (file)
@@ -35,7 +35,7 @@ To run all tests:
 If you're running the tests on Microsoft Windows, then there is an additional
 argument that must be passed to ./sqla_nose.py:
 
-    > ./sqla_nose.py --first-package-wins=True
+    > ./sqla_nose.py --first-package-wins
 
 This is required because nose's importer will normally evict a package from
 sys.modules if it sees a package with the same name in a different location.