package ppx_expect

  1. Overview
  2. Docs
type t = {
  1. expectations : Fmt.t Cst.t Expect_test_common.Std.Expectation.t Base.Map.M(Expect_test_common.Std.File.Location).t;
  2. saved_output : Base.string Base.Map.M(Expect_test_common.Std.File.Location).t;
  3. trailing_output : Base.string;
}

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

OCaml

Innovation. Community. Security.