summaryrefslogtreecommitdiff
path: root/test/test_html.py
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
commit88f237651eea7a93eef2bc08132298deb8b2b8f6 (patch)
tree5602150d5db8c7f44df5a6943458469f535c15af /test/test_html.py
parent8da6001179ca8cbf46fab21142c19ea27426dc20 (diff)
downloadpython-coveragepy-88f237651eea7a93eef2bc08132298deb8b2b8f6.tar.gz
Cleaning up.
Diffstat (limited to 'test/test_html.py')
-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 2e84620..9d1b752 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
)