summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-24 16:55:38 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-24 16:55:38 -0500
commit1970942823f7d51549337a77d3b43dbc08f548b2 (patch)
tree643231b61d7179e1bc70323052cc38ff8dce58bd /test
parentccfcfe1cdb7b92795c551a2f774e1e39101ce7b8 (diff)
downloadpython-coveragepy-git-1970942823f7d51549337a77d3b43dbc08f548b2.tar.gz
Cleaning up.
Diffstat (limited to 'test')
-rw-r--r--test/test_html.py2
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
)