We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c7408 commit 4ebb2e4Copy full SHA for 4ebb2e4
tests/test_source.py
@@ -90,7 +90,7 @@ def test_non_utf8_error(self):
90
91
self.assert_measured_files("main.html", "static{}changelog.txt".format(os.sep))
92
self.assert_analysis([1], name="main.html")
93
- with self.assertRaisesRegexp(NoSource, r"changelog.txt.*invalid start byte"):
+ with self.assertRaisesRegex(NoSource, r"changelog.txt.*invalid start byte"):
94
self.cov.html_report()
95
96
def test_non_utf8_omitted(self):
0 commit comments