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 3bee676 commit 4cd0b4fCopy full SHA for 4cd0b4f
domdf_python_tools/testing.py
@@ -511,6 +511,8 @@ def check_file_regression(
511
.. versionadded:: 1.5.0
512
"""
513
514
+ __tracebackhide__ = True
515
+
516
if isinstance(data, StringList):
517
data = str(data)
518
@@ -540,6 +542,8 @@ def check_file_output(
540
542
.. versionchanged:: 1.7.1 Changed the default for ``newline`` to ``'\n'``.
541
543
544
545
546
547
filename = PathPlus(filename)
548
549
data = filename.read_text(encoding="UTF-8")
0 commit comments