package ppx_expect

  1. Overview
  2. Docs
type t = {
  1. expectations : Fmt.t Cst.t Expect_test_common.Expectation.t Base.Map.M(Expect_test_common.File.Location).t;
  2. uncaught_exn_expectation : Fmt.t Cst.t Expect_test_common.Expectation.t Base.option;
  3. saved_output : Matcher.Saved_output.t Base.Map.M(Expect_test_common.File.Location).t;
  4. trailing_output : Matcher.Saved_output.t;
  5. uncaught_exn : Matcher.Saved_output.t Base.option;
  6. upon_unreleasable_issue : Expect_test_config_types.Upon_unreleasable_issue.t;
}

Outcome of a group of test. Either a single let%expect_test, or a whole file for toplevel expect test.

val merge_exn : t -> t -> t
OCaml

Innovation. Community. Security.