Skip to content

Commit fc1b615

Browse files
nicoddemusbluetech
andcommitted
Update doc/en/reference/reference.rst
Co-authored-by: Ran Benita <ran@unusedvar.com>
1 parent 63bbbb9 commit fc1b615

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
@@ -2467,10 +2467,19 @@ passed multiple times. The expected format is ``name=value``. For example::
24672467

24682468
Set the verbosity level specifically for **passed** subtests.
24692469

2470-
.. code-block:: ini
2470+
.. tab:: toml
2471+
2472+
.. code-block:: toml
24712473
2472-
[pytest]
2473-
verbosity_subtests = 1
2474+
[pytest]
2475+
verbosity_subtests = 1
2476+
2477+
.. tab:: ini
2478+
2479+
.. code-block:: ini
2480+
2481+
[pytest]
2482+
verbosity_subtests = 1
24742483
24752484
A value of ``1`` or higher will show output for **passed** subtests (**failed** subtests are always reported).
24762485
Passed subtests output can be suppressed with the value ``0``, which overwrites the ``-v`` command-line option.

0 commit comments

Comments
 (0)