blob: 3d575afbc5a713a8716c53f8f74a22e36d568e09 [file] [log] [blame]
Antoine Pitroueba505c2013-02-03 00:23:58 +01001- Issue #17015: When it has a spec, a Mock object now inspects its signature
2 when matching calls, so that arguments can be matched positionally or
3 by name.
4
Michael Foord7ea94082012-09-28 16:15:22 +01005- Issue #15323: improve failure message of Mock.assert_called_once_with
6
Nick Coghlandfb22112012-05-27 18:17:07 +10007- Issue #14857: fix regression in references to PEP 3135 implicit __class__
8 closure variable (Reopens issue #12370)
9
Michael Foordac60cfa2012-03-25 18:16:07 +010010- Issue #14295: Add unittest.mock