Updated bit about coverage.py

This commit is contained in:
Jason Kirtland 2008-01-16 23:53:01 +00:00
parent 55c0ab5b2b
commit b640456af1
1 changed files with 1 additions and 1 deletions

View 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!