summaryrefslogtreecommitdiff
path: root/tests/farm/html/run_unicode.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-01-17 14:55:14 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-01-17 14:55:14 -0500
commite5d90dcdabb5e9d59f6957ce92b72e36b27c3265 (patch)
treec53ac3eaf8dca2c4e808fc4fcecd07c02c07788e /tests/farm/html/run_unicode.py
parent880a71c0c26a0c22294af1859699db78711d65c0 (diff)
downloadpython-coveragepy-e5d90dcdabb5e9d59f6957ce92b72e36b27c3265.tar.gz
Use file names with extensions in reports.
Diffstat (limited to 'tests/farm/html/run_unicode.py')
-rw-r--r--tests/farm/html/run_unicode.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/farm/html/run_unicode.py b/tests/farm/html/run_unicode.py
index c8cb6c5..ba34f63 100644
--- a/tests/farm/html/run_unicode.py
+++ b/tests/farm/html/run_unicode.py
@@ -12,11 +12,11 @@ runfunc(html_it, rundir="src")
# HTML files will change often. Check that the sizes are reasonable,
# and check that certain key strings are in the output.
compare("gold_unicode", "html_unicode", size_within=10, file_pattern="*.html")
-contains("html_unicode/unicode.html",
+contains("html_unicode/unicode_py.html",
"<span class='str'>&quot;&#654;d&#729;&#477;b&#592;&#633;&#477;&#652;o&#596;&quot;</span>",
)
-contains_any("html_unicode/unicode.html",
+contains_any("html_unicode/unicode_py.html",
"<span class='str'>&quot;db40,dd00: x&#56128;&#56576;&quot;</span>",
"<span class='str'>&quot;db40,dd00: x&#917760;&quot;</span>",
)