Fix rendering of Before/After in changelog (#6238)
Fix rendering of Before/After in changelog
This commit is contained in:
commit
2879d25812
|
@ -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``.
|
||||
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
``repr`` of ``ExceptionInfo`` objects has been improved to honor the ``__repr__`` method of the underlying exception.
|
Loading…
Reference in New Issue