Anton Yefremov

Results 1 issues of Anton Yefremov

My proposal is to make `retry` function possible to be used as context manager which wraps original function in the `with` block: ```python >>> from asynctest import CoroutineMock >>> async...