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 xtreak
Recipients Caris Moses, Claudiu.Popa, and, cjw296, iforapsy, kushal.das, mariocj89, michael.foord, xtreak
Date 2019-10-15.17:23:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571160180.55.0.296322448563.issue21478@roundup.psfhosted.org>
In-reply-to
Content
It needs to approved and merged by a core dev so that it will be available by 3.7.6 and 3.8.1. To clarify the calls are recorded in 3.7.5 and 3.8.0 in mock_calls. It's a problem with assert_has_calls and autospec. As a workaround you can turn off autospec or use mock_calls to assert for calls instead of assert_has_calls. Sorry for the inconvenience.
History
Date User Action Args
2019-10-15 17:23:00xtreaksetrecipients: + xtreak, cjw296, michael.foord, Claudiu.Popa, kushal.das, and, mariocj89, iforapsy, Caris Moses
2019-10-15 17:23:00xtreaksetmessageid: <1571160180.55.0.296322448563.issue21478@roundup.psfhosted.org>
2019-10-15 17:23:00xtreaklinkissue21478 messages
2019-10-15 17:23:00xtreakcreate