package ppx_expect

  1. Overview
  2. Docs
module Std : sig ... end
include module type of struct include Std end
  • deprecated [since 2020-03] use [Expect_test_matcher] instead
module Choose_tag : sig ... end
module Cst : sig ... end

Concrete syntax tree of expectations and actual outputs

module Fmt : sig ... end

Representation of parsed %expect lines

module Lexer : sig ... end
module Matcher : sig ... end
module Reconcile : sig ... end

Determine whether a test's output matches its expected output.