summaryrefslogtreecommitdiff
path: root/test/farm
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-08-22 23:18:14 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-08-22 23:18:14 -0400
commit94bf5f731aa8addcedb162525e96c4e1bd2ebfdd (patch)
tree29eac92761293f63b4a5e27c91fcdbd3a4ca2113 /test/farm
parent3d4c985b248793c600e391fcbec0f835ca5e1e9d (diff)
downloadpython-coveragepy-git-94bf5f731aa8addcedb162525e96c4e1bd2ebfdd.tar.gz
Unify formatting of coverage percentages, and don't show zero or 100 as a result of rounding. Fixes #41 and #70.
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 27967a9f..19e94a42 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 1 85%" # The reporting data for xxx
+ " 7 1 86%" # The reporting data for xxx
)
doesnt_contain("out/stdout.txt", "No such file or directory")
clean("out")