diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-24 16:55:38 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-24 16:55:38 -0500 |
commit | 1970942823f7d51549337a77d3b43dbc08f548b2 (patch) | |
tree | 643231b61d7179e1bc70323052cc38ff8dce58bd /test/test_html.py | |
parent | ccfcfe1cdb7b92795c551a2f774e1e39101ce7b8 (diff) | |
download | python-coveragepy-git-1970942823f7d51549337a77d3b43dbc08f548b2.tar.gz |
Cleaning up.
Diffstat (limited to 'test/test_html.py')
-rw-r--r-- | test/test_html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_html.py b/test/test_html.py index 2e84620e..9d1b7523 100644 --- a/test/test_html.py +++ b/test/test_html.py @@ -304,7 +304,7 @@ class HtmlTest(CoverageTest): os.remove("sub/another.py") missing_file = os.path.join(self.temp_dir, "sub", "another.py") - self.assertRaisesRegexp(NoSource, + self.assertRaisesRegexp(NoSource, "(?i)No source for code: '%s'" % re.escape(missing_file), cov.html_report ) |