Skip to content

Commit

Permalink
Introduce 5934 in CHANGELOG and fix "pytest" blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus authored and vinaycalastry committed Dec 11, 2019
1 parent 34a884b commit 75e393a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Improvements

Before:

.. code-block:: pytest
::

E AssertionError: assert ['version', '...version_info'] == ['version', '...version', ...]
E Right contains 3 more items, first extra item: ' '
Expand All @@ -129,7 +129,7 @@ Improvements

After:

.. code-block:: pytest
::

E AssertionError: assert ['version', '...version_info'] == ['version', '...version', ...]
E Right contains 3 more items, first extra item: ' '
Expand All @@ -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``.


Expand Down

0 comments on commit 75e393a

Please sign in to comment.