summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.unittests2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.unittests b/README.unittests
index b27aef7fb..aa1381017 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!