[issue38161] AsyncMock add `.awaited` like `.called`

Karthikeyan Singaravelan report at bugs.python.org
Fri Sep 13 11:56:49 EDT 2019


Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:

awaited is now initialized with an Event object. Do you had any use case in mind while designing it? I think it's a good choice to have True/False instead of being used to give an Event object that is not used.

----------
nosy: +xtreak
type:  -> enhancement
versions: +Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38161>
_______________________________________


More information about the Python-bugs-list mailing list