From: Jason Kirtland Date: Wed, 16 Jan 2008 23:53:01 +0000 (+0000) Subject: Updated bit about coverage.py X-Git-Tag: rel_0_4_3~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b640456af1895e3b1f12c1369dad16b71dc6e865;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Updated bit about coverage.py --- diff --git a/README.unittests b/README.unittests index b27aef7fb0..aa13810177 100644 --- a/README.unittests +++ b/README.unittests @@ -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!