diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-02 19:47:23 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-02 19:47:23 -0400 |
commit | 677349ff20bbb8dc251ed58e65d4442e5380292b (patch) | |
tree | 88cd23f2072d85518b4735a6185d0881b71f55d2 /tests/test_html.py | |
parent | 24d955aa4ec17bade93a67a6acc86c625093bd78 (diff) | |
download | python-coveragepy-git-677349ff20bbb8dc251ed58e65d4442e5380292b.tar.gz |
Oops, broke a test.
Diffstat (limited to 'tests/test_html.py')
-rw-r--r-- | tests/test_html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_html.py b/tests/test_html.py index 1b2a51e9..e16bf879 100644 --- a/tests/test_html.py +++ b/tests/test_html.py @@ -279,7 +279,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", + "Could not parse Python file", cov._warnings[0], "Warning message should be in 'invalid file' warning" ) |