Tezt_wrapper.Testinclude module type of Tezt.Testval current_test_seed_specification : unit -> seedtype test_result = Tezt_core__Test.test_result = {test_result : Tezt_core.Log.test_result;seed : used_seed;peak_memory_usage : int option;}val run_with_scheduler : (module SCHEDULER) -> unitval get_test_by_title : string -> t optionval 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