Fix rendering of Before/After in changelog (#6238)

Fix rendering of Before/After in changelog
This commit is contained in:
Bruno Oliveira 2019-11-20 07:32:17 -03:00 committed by GitHub
commit 2879d25812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -113,7 +113,7 @@ Improvements
Before:
.. code-block::
::
E AssertionError: assert ['version', '...version_info'] == ['version', '...version', ...]
E Right contains 3 more items, first extra item: ' '
@ -129,7 +129,7 @@ Improvements
After:
.. code-block::
::
E AssertionError: assert ['version', '...version_info'] == ['version', '...version', ...]
E Right contains 3 more items, first extra item: ' '
@ -145,6 +145,8 @@ Improvements
E ]
- `#5934 <https://github.com/pytest-dev/pytest/issues/5934>`_: ``repr`` of ``ExceptionInfo`` objects has been improved to honor the ``__repr__`` method of the underlying exception.
- `#5936 <https://github.com/pytest-dev/pytest/issues/5936>`_: Display untruncated assertion message with ``-vv``.

View File

@ -1 +0,0 @@
``repr`` of ``ExceptionInfo`` objects has been improved to honor the ``__repr__`` method of the underlying exception.