package tezt
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Test framework for unit tests, integration tests, and regression tests
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      tezt-4.1.0.tar.bz2
    
    
        
    
  
  
  
    
  
  
    
  
        md5=88c2d9d3da75ff554599bc34cbf5acbe
    
    
  sha512=e60294514ecc4a989ce663ebb306e56f654dcfaffb7dbe5e3f05f5a13c9c2ff64dadde4a77b0d9a8567a76a6a7a2b25e0940ccd2a956ffcb85ff9300bfebe3bc
    
    
  doc/tezt.core/Tezt_core/Process_hooks/index.html
Module Tezt_core.Process_hooksSource
Process hooks.
Hooks are typically used for regression tests.
Source
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.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >