Tezt_wrapper.Test
include module type of Tezt.Test
type test_result = Tezt_core__Test.test_result = {
test_result : Tezt_core.Log.test_result;
seed : used_seed;
}
val run_with_scheduler : (module SCHEDULER) -> unit
val get_test_by_title : string -> t option
val run_one :
sleep:(float -> unit Lwt.t) ->
clean_up:(unit -> unit Lwt.t) ->
temp_start:(unit -> string) ->
temp_stop:(unit -> unit) ->
temp_clean_up:(unit -> unit) ->
t ->
test_result Lwt.t