summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/testmock/testhelpers.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-37555: Update _CallList.__contains__ to respect ANY (#14700)Elizabeth Uselton2019-09-131-0/+21
* bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ c...blhsing2019-09-111-0/+20
* Mock 100% coverage (GH-13045)Chris Withers2019-05-011-81/+114
* bpo-36751: Deprecate getfullargspec and report positional-only args as regula...Pablo Galindo2019-04-301-2/+2
* bpo-23078: Add support for {class,static}method to mock.create_autospec() (G...Xtreak2019-04-221-1/+39
* bpo-21269: Provide args and kwargs attributes on mock call objects GH11807Kumar Akshay2019-03-221-0/+9
* bpo-17185: Add __signature__ to mock that can be used by inspect for signatur...Xtreak2018-12-121-0/+30
* bpo-35226: Fix equality for nested unittest.mock.call objects. (#10555)Chris Withers2018-12-031-0/+16
* bpo-32153: Add unit test for create_autospec with partial function returned i...Xtreak2018-12-031-0/+14
* bpo-29403: Fix mock's broken autospec behavior on method-bound builtin functi...Aaron Gallagher2017-07-201-0/+15
* bpo-28961: Address my comments from earlier code review (#305)Berker Peksag2017-02-261-12/+3
* Fix unittest.mock._Call: don't ignore nameVictor Stinner2017-01-061-0/+14
* Issue #26750: unittest.mock.create_autospec() now works properlyGregory P. Smith2016-08-071-21/+39
* Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka2013-11-161-9/+9
|\
| * Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka2013-11-161-9/+9
* | Issue #17015: When it has a spec, a Mock object now inspects its signature wh...Antoine Pitrou2013-02-021-20/+39
|/
* Fix exception when calling reset_mock on a mock created with autospecMichael Foord2012-06-091-0/+7
* Closes issue 14634. unittest.mock.create_autospec now supports keyword only a...Michael Foord2012-04-211-1/+14
* Make unittest.mock.create_autospec resilient against AttributeError on origin...Michael Foord2012-04-131-0/+23
* unittest.mock.PropertyMock return value and attributes are now standard Magic...Michael Foord2012-04-131-0/+11
* PEP 417: Adding unittest.mockMichael Foord2012-03-141-0/+835