summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-05-12-12-58-37.bpo-36871.6xiEHZ.rst
blob: 218795f203bee32ef6435a4fc7e4452bc9b4fa20 (plain)
1
2
3
Ensure method signature is used instead of constructor signature of a class
while asserting mock object against method calls. Patch by Karthikeyan
Singaravelan.