package ppx_inline_test

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Configuration for running inline tests

To configure inline_test, add the following at the top of your .ml file, or in some import.ml:

module Inline_test_config = struct
  include Inline_test_config
  let pre_test_hook () = ...
end
module type S = sig ... end
include S
val pre_test_hook : unit -> unit

Run this function at the beginning of any test