This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iforapsy
Recipients Claudiu.Popa, and, cjw296, iforapsy, kushal.das, mariocj89, michael.foord, xtreak
Date 2019-07-11.20:20:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562876401.77.0.777224775488.issue21478@roundup.psfhosted.org>
In-reply-to
Content
Thanks, Karthikeyan! I applied your change to Lib/unittest/mock.py, and it fixed the bug for me. I confirmed that calls to the child mock now appear in the parent's mock_calls in my test suite. Your PR looks good to me.
History
Date User Action Args
2019-07-11 20:20:01iforapsysetrecipients: + iforapsy, cjw296, michael.foord, Claudiu.Popa, kushal.das, and, mariocj89, xtreak
2019-07-11 20:20:01iforapsysetmessageid: <1562876401.77.0.777224775488.issue21478@roundup.psfhosted.org>
2019-07-11 20:20:01iforapsylinkissue21478 messages
2019-07-11 20:20:01iforapsycreate