Module Tezt_wrapper.Regression

include module type of Tezt.Regression
val capture : ?eol:bool -> string -> unit
val hooks : Tezt_core.Process_hooks.t
val register : __FILE__:string -> title:string -> tags:string list -> ?uses:Uses.t list -> ?uses_node:bool -> ?uses_client:bool -> ?uses_admin_client:bool -> ?file:string -> (unit -> unit Lwt.t) -> unit

Wrapper over Tezt.Regression.register that checks test dependencies (?uses).