Skip to content

Commit 74201e6

Browse files
committed
Changelog tweaks
1 parent 0096211 commit 74201e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog/8403.improvement.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
By default, pytest will truncate long strings in assert errors so they don't clutter the output too much,
22
currently at ``240`` characters by default.
33

4-
However, in some cases the longer output helps, or even is crucial, to diagnose the problem. Using ``-v`` will
4+
However, in some cases the longer output helps, or is even crucial, to diagnose a failure. Using ``-v`` will
55
now increase the truncation threshold to ``2400`` characters, and ``-vv`` or higher will disable truncation entirely.

0 commit comments

Comments
 (0)