]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Updated bit about coverage.py
authorJason Kirtland <jek@discorporate.us>
Wed, 16 Jan 2008 23:53:01 +0000 (23:53 +0000)
committerJason Kirtland <jek@discorporate.us>
Wed, 16 Jan 2008 23:53:01 +0000 (23:53 +0000)
README.unittests

index b27aef7fb09eb43d2931e6e8e36b7799c48927a1..aa13810177c97b86c5bebd9f66a6d0398cebea0f 100644 (file)
@@ -126,7 +126,7 @@ source file can be generated, marking statements that are executed with > and
 statements that are missed with !, by running the coverage.py utility with the
 "-a" (annotate) option, such as:
 
-    $ python ./test/coverage.py -a ./lib/sqlalchemy/sql.py
+    $ python ./test/testlib/coverage.py -a ./lib/sqlalchemy/sql.py
 
 This will create a new annotated file ./lib/sqlalchemy/sql.py,cover. Pretty
 cool!