package ppx_expect

  1. Overview
  2. Docs

Module Expect_test_config_typesSource

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

  module Expect_test_config = struct
    include Expect_test_config
    let pre_redirect_hook () = ...
  end

Note that since all expect test are also inline tests, the inline test configuration also applies to all expect test.

Sourcemodule Upon_unreleasable_issue : sig ... end
Sourcemodule type S = sig ... end