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.
no cover
1 parent 239c9b5 commit 93dbb2fCopy full SHA for 93dbb2f
tests/test_formatting.py
@@ -88,7 +88,7 @@ def test_formatting(
88
output = f.read()
89
try:
90
assert output.decode("utf-8") == expected_output.decode("utf-8")
91
- except AssertionError as e:
+ except AssertionError as e: # pragma: no cover
92
if request.config.getoption(UPDATE_OUTPUT_OPTION):
93
with open(test_name, "wb") as fw:
94
fw.write(output)
0 commit comments