summaryrefslogtreecommitdiff
path: root/tests/test_html.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_html.py')
-rw-r--r--tests/test_html.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_html.py b/tests/test_html.py
index d4af1f13..4c52ba16 100644
--- a/tests/test_html.py
+++ b/tests/test_html.py
@@ -623,6 +623,7 @@ def filepath_to_regex(path):
def compare_html(expected, actual, extra_scrubs=None):
"""Specialized compare function for our HTML files."""
+ __tracebackhide__ = True # pytest, please don't show me this function.
scrubs = [
(r'/coverage.readthedocs.io/?[-.\w/]*', '/coverage.readthedocs.io/VER'),
(r'coverage.py v[\d.abc]+', 'coverage.py vVER'),