From 09f091d69865689c07aa98ef9052c9f10d87607a Mon Sep 17 00:00:00 2001 From: Patrick Lannigan Date: Sat, 13 Jan 2024 11:36:04 -0500 Subject: [PATCH] Correct link name --- doc/en/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/changelog.rst b/doc/en/changelog.rst index d59f8d974..641e4723d 100644 --- a/doc/en/changelog.rst +++ b/doc/en/changelog.rst @@ -267,7 +267,7 @@ Separate Control For Assertion Verbosity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - `#11387 `_: Added the new :confval:`verbosity_assertions` configuration option for fine-grained control of failed assertions verbosity. -- `#11387 `_: Added the new :confval:`verbosity_test_cases` configuration option for fine-grained control of test execution 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.