blob: f57664dc89adff209913813bb8f6c23e53b5c923 [file] [log] [blame]
Michael Foorda98a5ba2013-03-19 17:22:51 -07001- Issue #17467: add readline and readlines support to mock_open in
2 unittest.mock.
3
Antoine Pitroueba505c2013-02-03 00:23:58 +01004- Issue #17015: When it has a spec, a Mock object now inspects its signature
5 when matching calls, so that arguments can be matched positionally or
6 by name.
7
Michael Foord7ea94082012-09-28 16:15:22 +01008- Issue #15323: improve failure message of Mock.assert_called_once_with
9
Nick Coghlandfb22112012-05-27 18:17:07 +100010- Issue #14857: fix regression in references to PEP 3135 implicit __class__
11 closure variable (Reopens issue #12370)
12
Michael Foordac60cfa2012-03-25 18:16:07 +010013- Issue #14295: Add unittest.mock