Move changelog back to individual entry

This commit is contained in:
Patrick Lannigan 2024-02-24 10:59:16 -05:00
parent 6bae32378e
commit 2d253baedc
No known key found for this signature in database
GPG Key ID: BBF5D9DED1E4AAF9
2 changed files with 2 additions and 1 deletions

View File

@ -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 <pytest.fine_grained_verbosity>` for more details.

View File

@ -340,7 +340,6 @@ 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/issues/11387>`_: Added the new :confval:`verbosity_assertions` configuration option for fine-grained control of failed assertions 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. If you've ever wished that pytest always show you full diffs, but without making everything else verbose, this is for you.