Skip to content

Commit 52ccb7e

Browse files
committed
Add AUTHORS and CHANGELOG for #1512
1 parent 1c459ff commit 52ccb7e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Martijn Faassen
8989
Martin K. Scherer
9090
Martin Prusse
9191
Matt Bachmann
92+
Matt Duck
9293
Matt Williams
9394
Matthias Hafner
9495
mbyt

CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,19 @@
1212
* Fix pkg_resources import error in Jython projects (`#1853`).
1313
Thanks `@raquel-ucl`_ for the PR.
1414

15-
*
15+
* Remove common items from dict comparision output when verbosity=1. Also update
16+
the truncation message to make it clearer that pytest truncates all
17+
assertion messages if verbosity < 2 (`#1512`_).
18+
Thanks `@mattduck`_ for the PR
1619

1720

1821
.. _@philpep: https://github.com/philpep
1922
.. _@raquel-ucl: https://github.com/raquel-ucl
23+
.. _@mattduck: https://github.com/mattduck
2024

2125
.. _#1905: https://github.com/pytest-dev/pytest/issues/1905
2226
.. _#1934: https://github.com/pytest-dev/pytest/issues/1934
27+
.. _#1512: https://github.com/pytest-dev/pytest/issues/1512
2328

2429

2530
3.0.2

0 commit comments

Comments
 (0)