]> granicus.if.org Git - python/commit
bpo-37047: Refactor AsyncMock setup logic for autospeccing (GH-13574)
authorXtreak <tir.karthi@gmail.com>
Mon, 27 May 2019 12:56:23 +0000 (18:26 +0530)
committerYury Selivanov <yury@magic.io>
Mon, 27 May 2019 12:56:23 +0000 (14:56 +0200)
commitff6b2e66b19a26b4c2ab57e62e1ab9f3d94dd76a
treee563196c349a6af42abc885045947360a2299fed
parent431b540bf79f0982559b1b0e420b1b085f667bb7
bpo-37047: Refactor AsyncMock setup logic for autospeccing (GH-13574)

Handle late binding and attribute access in unittest.mock.AsyncMock
setup for autospeccing.
Doc/library/unittest.mock.rst
Lib/unittest/mock.py
Lib/unittest/test/testmock/testasync.py
Misc/NEWS.d/next/Library/2019-05-26-01-20-06.bpo-37047.K9epi8.rst [new file with mode: 0644]