package ppx_expect

  1. Overview
  2. Docs
Cram like framework for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=dd3eaa86e921501414dac6b2f68238ff5455a0f7bec13f851dc51eba2f9a2097

doc/ppx_expect.config_types/Expect_test_config_types/index.html

Module Expect_test_config_types

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.

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