Adding ACK and news entry

This commit is contained in:
Elizabeth Uselton 2019-07-19 20:36:24 -07:00
parent d72d6f50f5
commit f0e841148f
2 changed files with 6 additions and 0 deletions

View File

@ -496,6 +496,7 @@ Tomer Filiba
Segev Finer
Jeffrey Finkelstein
Russell Finn
Neal Finne
Dan Finnie
Nils Fischbeck
Frederik Fix
@ -1699,6 +1700,7 @@ Roger Upole
Daniel Urban
Michael Urman
Hector Urtubia
Elizabeth Uselton
Lukas Vacek
Ville Vainio
Andi Vajda

View File

@ -0,0 +1,4 @@
Fix `NonCallableMock._call_matcher` returning tuple instead of `_Call` object
when `self._spec_signature` exists. Additionally fix `__eq__` to be
commutative on `_Call` and `_CallList`, to better account for `ANY`. Patch by
Elizabeth Uselton