Close issue 279: improved assertrepr_compare
This commit is contained in:
parent
9ccd52d538
commit
18fa7d866d
|
@ -1,6 +1,10 @@
|
||||||
Changes between 2.3.5 and 2.4.DEV
|
Changes between 2.3.5 and 2.4.DEV
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
|
- fix issue279: improve object comparisons on assertion failure
|
||||||
|
for standard datatypes and recognise collections.abc. Thanks to
|
||||||
|
Brianna Laugher and Mathieu Agopian.
|
||||||
|
|
||||||
- fix issue335: document py.code.ExceptionInfo() object returned
|
- fix issue335: document py.code.ExceptionInfo() object returned
|
||||||
from pytest.raises(), thanks Mathieu Agopian.
|
from pytest.raises(), thanks Mathieu Agopian.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue