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 0096211 commit 74201e6Copy full SHA for 74201e6
changelog/8403.improvement.rst
@@ -1,5 +1,5 @@
1
By default, pytest will truncate long strings in assert errors so they don't clutter the output too much,
2
currently at ``240`` characters by default.
3
4
-However, in some cases the longer output helps, or even is crucial, to diagnose the problem. Using ``-v`` will
+However, in some cases the longer output helps, or is even crucial, to diagnose a failure. Using ``-v`` will
5
now increase the truncation threshold to ``2400`` characters, and ``-vv`` or higher will disable truncation entirely.
0 commit comments