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 mariocj89
Recipients cjw296, ezio.melotti, jcea, lisroach, lkollar, mariocj89, michael.foord, pitrou, rbcollins, xtreak
Date 2019-09-12.16:15:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568304916.01.0.43511086352.issue17013@roundup.psfhosted.org>
In-reply-to
Content
Spoke offline with @xtreak, I'll be sending a PR for this to take over the existing one.

@lisroach proposed a new name, EventMock to differentiate it from any awaitable async notation.

@michael.foord suggested using `mock_timeout` as the argument.

Discussed also to change the naming of the method to `await_until_any_call` to make the semantics similar to the one that `Mock` provides. As `await_until_called_with` might mislead the user that it applies only to the last call.
History
Date User Action Args
2019-09-12 16:15:16mariocj89setrecipients: + mariocj89, jcea, pitrou, rbcollins, cjw296, ezio.melotti, michael.foord, lisroach, lkollar, xtreak
2019-09-12 16:15:16mariocj89setmessageid: <1568304916.01.0.43511086352.issue17013@roundup.psfhosted.org>
2019-09-12 16:15:15mariocj89linkissue17013 messages
2019-09-12 16:15:15mariocj89create