Message333208
Perhaps it's possible to vendor asynctest mock in the same vein as `mock` found it's way into unittest?
The real power of `asynctest` is in constructs like:
with asynctest.mock.patch("module.Class", autospec=True):
...
Where mock instances know what methods are async. |
|
Date |
User |
Action |
Args |
2019-01-08 04:16:27 | Dima.Tisnek | set | recipients:
+ Dima.Tisnek, brett.cannon, rbcollins, michael.foord, jmehnle, berker.peksag, yselivanov, txomon, yan12125, tsutsumi, butla |
2019-01-08 04:16:26 | Dima.Tisnek | set | messageid: <1546920986.74.0.806900617856.issue26467@roundup.psfhosted.org> |
2019-01-08 04:16:26 | Dima.Tisnek | link | issue26467 messages |
2019-01-08 04:16:26 | Dima.Tisnek | create | |
|