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 asvetlov, cjw296, ezio.melotti, lisroach, mariocj89, michael.foord, xtreak, yselivanov
Date 2019-09-12.12:51:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568292673.86.0.956789404132.issue38136@roundup.psfhosted.org>
In-reply-to
Content
IMO it gives a good segregation between other mocks and AsyncMock that using assert_awaited_* makes it explicit and to cause less confusion over whether this is an awaitable or a synchronous mock. I would favor in keeping the API. I also found it to better in conceptualizing while writing tests for other PRs over having assert_call_* and assert_await_*.
History
Date User Action Args
2019-09-12 12:51:13xtreaksetrecipients: + xtreak, cjw296, ezio.melotti, michael.foord, asvetlov, yselivanov, lisroach, mariocj89
2019-09-12 12:51:13xtreaksetmessageid: <1568292673.86.0.956789404132.issue38136@roundup.psfhosted.org>
2019-09-12 12:51:13xtreaklinkissue38136 messages
2019-09-12 12:51:13xtreakcreate