lisa.fuzz: Catch RetryException in decorator
Rather than catching RetryException in state-modifying functions, wrap directly the user-provided coroutine-functions. This is done in preparation for the lisa.monad.StateMonad change where user coroutine-functions will not be wrapped with Gen.from_f() anymore.
Loading
Please register or sign in to comment