Skip to content

Commit

Permalink
Add reference to config parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
zhukoff-pavel committed Sep 19, 2024
1 parent f0ebeb0 commit dc3f065
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions doc/en/reference/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1873,6 +1873,32 @@ passed multiple times. The expected format is ``name=value``. For example::
Default: ``all``


.. confval:: truncation_limit_chars

Controls the characters limit to truncate to.
Setting value to ``0`` disables the character limit for truncation.

.. code-block:: ini
[pytest]
truncation_limit_chars = 640
Default: ``640``


.. confval:: truncation_limit_lines

Controls the lines limit to truncate to.
Setting value to ``0`` disables the lines limit for truncation.

.. code-block:: ini
[pytest]
truncation_limit_lines = 8
Default: ``8``


.. confval:: usefixtures

List of fixtures that will be applied to all test functions; this is semantically the same to apply
Expand Down

0 comments on commit dc3f065

Please sign in to comment.