File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -1873,6 +1873,32 @@ passed multiple times. The expected format is ``name=value``. For example::
1873
1873
Default: ``all ``
1874
1874
1875
1875
1876
+ .. confval :: truncation_limit_chars
1877
+
1878
+ Controls the characters limit to truncate to.
1879
+ Setting value to ``0 `` disables the character limit for truncation.
1880
+
1881
+ .. code-block :: ini
1882
+
1883
+ [pytest]
1884
+ truncation_limit_chars = 640
1885
+
1886
+ Default: ``640 ``
1887
+
1888
+
1889
+ .. confval :: truncation_limit_lines
1890
+
1891
+ Controls the lines limit to truncate to.
1892
+ Setting value to ``0 `` disables the lines limit for truncation.
1893
+
1894
+ .. code-block :: ini
1895
+
1896
+ [pytest]
1897
+ truncation_limit_lines = 8
1898
+
1899
+ Default: ``8 ``
1900
+
1901
+
1876
1902
.. confval :: usefixtures
1877
1903
1878
1904
List of fixtures that will be applied to all test functions; this is semantically the same to apply
You can’t perform that action at this time.
0 commit comments