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.