Module helpers

Helper functions and coroutines for asynctest.

asynctest.helpers.exhaust_callbacks(loop)[source]

Run the loop until all ready callbacks are executed.

The coroutine doesn’t wait for callbacks scheduled in the future with call_at() or call_later().

Parameters:loop – event loop