Correct link name

This commit is contained in:
Patrick Lannigan 2024-01-13 11:36:04 -05:00
parent e204682226
commit 09f091d698
No known key found for this signature in database
GPG Key ID: BBF5D9DED1E4AAF9
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ Separate Control For Assertion Verbosity
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- `#11387 <https://github.com/pytest-dev/pytest/issues/11387>`_: Added the new :confval:`verbosity_assertions` configuration option for fine-grained control of failed assertions verbosity.
- `#11387 <https://github.com/pytest-dev/pytest/pull/11653>`_: Added the new :confval:`verbosity_test_cases` configuration option for fine-grained control of test execution verbosity.
- `#11653 <https://github.com/pytest-dev/pytest/pull/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.