package ppx_expect

  1. Overview
  2. Docs
Cram like framework for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=6cb403d7d59f7451f1d5a94838ca46902991fc7bb43e5342b620fc73ab99bd94

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.