We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bbbb9 commit fc1b615Copy full SHA for fc1b615
doc/en/reference/reference.rst
@@ -2467,10 +2467,19 @@ passed multiple times. The expected format is ``name=value``. For example::
2467
2468
Set the verbosity level specifically for **passed** subtests.
2469
2470
- .. code-block:: ini
+ .. tab:: toml
2471
+
2472
+ .. code-block:: toml
2473
- [pytest]
- verbosity_subtests = 1
2474
+ [pytest]
2475
+ verbosity_subtests = 1
2476
2477
+ .. tab:: ini
2478
2479
+ .. code-block:: ini
2480
2481
2482
2483
2484
A value of ``1`` or higher will show output for **passed** subtests (**failed** subtests are always reported).
2485
Passed subtests output can be suppressed with the value ``0``, which overwrites the ``-v`` command-line option.
0 commit comments