Skip to content

Commit 98938ce

Browse files
Clarify truncation usage order in doc/en/how-to/output.rst
Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
1 parent d123ac3 commit 98938ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/how-to/output.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ To set custom truncation limits you can use following ``pytest.ini`` file option
562562
truncation_limit_lines = 10
563563
truncation_limit_chars = 90
564564
565-
That will cause pytest to truncate the assertions to 10 lines or 90 characters.
565+
That will cause pytest to truncate the assertions to 10 lines or 90 characters, whichever comes first.
566566

567567

568568
Creating resultlog format files

0 commit comments

Comments
 (0)