- Jul 09, 2015
-
-
Kushal Das authored
-
R David Murray authored
-
Kushal Das authored
Printout of keyword args should be in deterministic order in a mock function call. This will help to write better doctests.
-
Kushal Das authored
-
Kushal Das authored
It raises AssertionError if the mock has been called.
-
Kushal Das authored
It raises `AttributeError` incase of an attribute startswith assert or assret.
-
Michael Foord authored
Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times.
-
Kushal Das authored
Passing name keyword argument to mock.create_autospec now works.
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Larry Hastings authored
PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type) have been modified to provide introspection information for builtins. Also: many additional Lib, test suite, and Argument Clinic fixes.
-
Serhiy Storchaka authored
-
Michael Foord authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Andrew Svetlov authored
Patch by Michael Ford.
-
Michael Foord authored
-
Terry Jan Reedy authored
as reported by Serhiy Storchaka and Matthew Barnett.
-
Antoine Pitrou authored
Issue #17015: When it has a spec, a Mock object now inspects its signature when matching calls, so that arguments can be matched positionally or by name.
-
Michael Foord authored
-
Nick Coghlan authored
Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
Fixes up minor descrepancies with cPython initial import.
-
- Jul 07, 2015
-
-
Robert Collins authored
-
Robert Collins authored
-
Robert Collins authored
-
Robert Collins authored
(PyTypeObject, PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type) have been modified to provide introspection information for builtins. Also: many additional Lib, test suite, and Argument Clinic fixes. Author: Larry Hastings <larry@hastings.org>
-
- Jul 06, 2015
-
-
Robert Collins authored
-
Robert Collins authored
-