summaryrefslogtreecommitdiff
path: root/tests/test_html.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-12-08 11:48:49 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-12-08 12:15:46 -0500
commitae147cec4dda255b7d2119cc595256ba15dcba0f (patch)
treed22c3b62a7f28f21c8035052fe349ddb2d30b59f /tests/test_html.py
parentd5d3cb077e11db37ead90cbf14baf3357c3f9493 (diff)
downloadpython-coveragepy-git-ae147cec4dda255b7d2119cc595256ba15dcba0f.tar.gz
Polish up cmd.rst
Diffstat (limited to 'tests/test_html.py')
-rw-r--r--tests/test_html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_html.py b/tests/test_html.py
index 504c5e80..6c4c706c 100644
--- a/tests/test_html.py
+++ b/tests/test_html.py
@@ -352,7 +352,7 @@ class HtmlWithUnparsableFilesTest(HtmlTestHelpers, CoverageTest):
1,
"Expected a warning to be thrown when an invalid python file is parsed")
self.assertIn(
- "Could not parse Python file",
+ "Couldn't parse Python file",
cov._warnings[0],
"Warning message should be in 'invalid file' warning"
)