diff --git a/changelog/11653.feature.rst b/changelog/11653.feature.rst new file mode 100644 index 000000000..9657ac046 --- /dev/null +++ b/changelog/11653.feature.rst @@ -0,0 +1,2 @@ +Added the new :confval:`verbosity_test_cases` configuration option for fine-grained control of test execution verbosity. +See :ref:`Fine-grained verbosity ` for more details. \ No newline at end of file diff --git a/doc/en/changelog.rst b/doc/en/changelog.rst index f5c2dc5aa..88f676355 100644 --- a/doc/en/changelog.rst +++ b/doc/en/changelog.rst @@ -340,7 +340,6 @@ Separate Control For Assertion Verbosity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - `#11387 `_: Added the new :confval:`verbosity_assertions` configuration option for fine-grained control of failed assertions verbosity. -- `#11653 `_: Added the new :confval:`verbosity_test_cases` configuration option for fine-grained control of test execution verbosity. If you've ever wished that pytest always show you full diffs, but without making everything else verbose, this is for you.