Skip to content

Commit 4370669

Browse files
danmarCopilot
andauthored
Update test/cli/other_test.py
Co-authored-by: Copilot <[email protected]>
1 parent 45459cc commit 4370669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/other_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ def test_markup_j(tmpdir):
10821082
else:
10831083
lines.remove('{}/4 files checked {}% done'.format(i, i * 25))
10841084
except ValueError:
1085-
assert False, f'failed {i}'
1085+
assert False, f"Expected progress message for file {i}/4 not found in output. Checked for '{{}}/4 files checked 0% done' and '{{}}/4 files checked {{}}% done'. Output lines: {lines}"
10861086

10871087
assert sorted(lines) == [
10881088
'Checking {} ...'.format(test_file_1),

0 commit comments

Comments
 (0)