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 3bcd78a commit ef6c797Copy full SHA for ef6c797
doc/en/reference/reference.rst
@@ -2074,10 +2074,19 @@ passed multiple times. The expected format is ``name=value``. For example::
2074
2075
Set the verbosity level specifically for **passed** subtests.
2076
2077
- .. code-block:: ini
+ .. tab:: toml
2078
+
2079
+ .. code-block:: toml
2080
- [pytest]
- verbosity_subtests = 1
2081
+ [pytest]
2082
+ verbosity_subtests = 1
2083
2084
+ .. tab:: ini
2085
2086
+ .. code-block:: ini
2087
2088
2089
2090
2091
A value of ``1`` or higher will show output for **passed** subtests (**failed** subtests are always reported).
2092
Passed subtests output can be suppressed with the value ``0``, which overwrites the ``-v`` command-line option.
0 commit comments