package tezt
-
tezt.json
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Process hooks.
Hooks are typically used for regression tests.
type t = {
on_log : string -> unit;
A hook that is called with every line that is being logged.
*)on_spawn : string -> string list -> unit;
A hook that is called whenever a process is being spawned. The first parameter is the command and the second are its arguments.
*)}
Hooks attached to external processes.