blob: f28df2811fb7878f413304300de51ad401da3dc8 (
plain)
1
2
3
4
|
AsyncMock fix for return values that are awaitable types. This also covers
side_effect iterable values that happend to be awaitable, and wraps
callables that return an awaitable type. Before these awaitables were being
awaited instead of being returned as is.
|