From 2d253baedcf0389be8ff7c47b39626db39269cff Mon Sep 17 00:00:00 2001 From: Patrick Lannigan Date: Sat, 24 Feb 2024 10:59:16 -0500 Subject: [PATCH] Move changelog back to individual entry --- changelog/11653.feature.rst | 2 ++ doc/en/changelog.rst | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog/11653.feature.rst 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.