package ppx_expect

  1. Overview
  2. Docs
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 Import : sig ... end
module Lexer : sig ... end
module Matcher : sig ... end
module Reconcile : sig ... end

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

module Std : sig ... end