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 d123ac3 commit 98938ceCopy full SHA for 98938ce
doc/en/how-to/output.rst
@@ -562,7 +562,7 @@ To set custom truncation limits you can use following ``pytest.ini`` file option
562
truncation_limit_lines = 10
563
truncation_limit_chars = 90
564
565
-That will cause pytest to truncate the assertions to 10 lines or 90 characters.
+That will cause pytest to truncate the assertions to 10 lines or 90 characters, whichever comes first.
566
567
568
Creating resultlog format files
0 commit comments