package ppx_expect

  1. Overview
  2. Docs
Cram like framework for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.2.tar.gz
md5=055c8c86665d158e0b03494a3e188f1c
sha512=c6394522da7f1e03df5d2f62766aa8534c09a12efff7908cc1215b06959e6eeaa2cb85514cd5def1582db66455ed922024387f28b84b4412aed4879ea905c38a

doc/ppx_expect.config/Expect_test_config/index.html

Module Expect_test_configSource

include Expect_test_config_types.S with type 'a IO.t = 'a
Sourcemodule IO : sig ... end
Sourceval run : (unit -> unit IO.t) -> unit

Run an IO operation until completion

Sourceval sanitize : string -> string

sanitize can be used to map all output strings, e.g. for cleansing.

upon_unreleasable_issue specifies how to deal with output that should not be released even if it is accepted (e.g. backtraces). The default is `CR.

OCaml

Innovation. Community. Security.