package ppx_expect

  1. Overview
  2. Docs
Cram like framework for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=dd3eaa86e921501414dac6b2f68238ff5455a0f7bec13f851dc51eba2f9a2097

doc/ppx_expect.collector/Expect_test_collector/index.html

Module Expect_test_collector

module Test_outcome : sig ... end
module Make (Config : Expect_test_config_types.S) : sig ... end
val save_and_return_output : Expect_test_common.File.Location.t -> string

Flushes stdout/stderr. Same as Make().save_and_return_output, without monad.

val tests_run : unit -> Test_outcome.t list

The tests that ran, in the order they ran

module Current_file : sig ... end