Like: ```python @types.coroutine def enforce_checkpoint(coro): with assert_yields(): yield from coro.__await__() sys.set_coroutine_wrapper(enforce_checkpoint) ``` and calling this from `conftest.py`
Like:
and calling this from
conftest.py