summaryrefslogtreecommitdiff
path: root/test/farm
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-03-13 22:14:57 -0500
committerNed Batchelder <ned@nedbatchelder.com>2010-03-13 22:14:57 -0500
commit3f43a51c7a1e4532d57dc3cd95fa6c4397c87f50 (patch)
tree9bef9e74ff78aa250f4f3ca230eaad5d3a9b0c26 /test/farm
parent76aa3fbcb1592ac4b83363cee8e17094ed3c508f (diff)
downloadpython-coveragepy-git-3f43a51c7a1e4532d57dc3cd95fa6c4397c87f50.tar.gz
Reports now emphasize missed lines over executed lines, since those are more helpful for directing developers to improved test coverage.
Diffstat (limited to 'test/farm')
-rw-r--r--test/farm/run/run_xxx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/farm/run/run_xxx.py b/test/farm/run/run_xxx.py
index 3c39f0f7..27967a9f 100644
--- a/test/farm/run/run_xxx.py
+++ b/test/farm/run/run_xxx.py
@@ -6,7 +6,7 @@ run("""
contains("out/stdout.txt",
"xxx: 3 4 0 7",
"\nxxx ", # The reporting line for xxx
- " 7 6 85%" # The reporting data for xxx
+ " 7 1 85%" # The reporting data for xxx
)
doesnt_contain("out/stdout.txt", "No such file or directory")
clean("out")