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 lisroach
Recipients lisroach
Date 2019-09-13.15:49:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568389768.59.0.850541174467.issue38161@roundup.psfhosted.org>
In-reply-to
Content
Currently Mock has a `.called` attribute, we could add an equivalent `.awaited` that returns True or False if the object has been awaited on.
History
Date User Action Args
2019-09-13 15:49:28lisroachsetrecipients: + lisroach
2019-09-13 15:49:28lisroachsetmessageid: <1568389768.59.0.850541174467.issue38161@roundup.psfhosted.org>
2019-09-13 15:49:28lisroachlinkissue38161 messages
2019-09-13 15:49:28lisroachcreate