Skip to content

Commit ef6c797

Browse files
nicoddemusbluetech
andauthored
Update doc/en/reference/reference.rst
Co-authored-by: Ran Benita <ran@unusedvar.com>
1 parent 3bcd78a commit ef6c797

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

doc/en/reference/reference.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,10 +2074,19 @@ passed multiple times. The expected format is ``name=value``. For example::
20742074

20752075
Set the verbosity level specifically for **passed** subtests.
20762076

2077-
.. code-block:: ini
2077+
.. tab:: toml
2078+
2079+
.. code-block:: toml
20782080
2079-
[pytest]
2080-
verbosity_subtests = 1
2081+
[pytest]
2082+
verbosity_subtests = 1
2083+
2084+
.. tab:: ini
2085+
2086+
.. code-block:: ini
2087+
2088+
[pytest]
2089+
verbosity_subtests = 1
20812090
20822091
A value of ``1`` or higher will show output for **passed** subtests (**failed** subtests are always reported).
20832092
Passed subtests output can be suppressed with the value ``0``, which overwrites the ``-v`` command-line option.

0 commit comments

Comments
 (0)