package alcotest

  1. Overview
  2. Docs
exception Check_error of string
module IntSet : Stdlib.Set.S with type elt = int
module type S = sig ... end
module Make (M : Monad.S) : S with type return = unit M.t

Functor for building a tester that sequences tests of type ('a -> unit M.t) within a given concurrency monad M.t. The run and run_with_args functions must be scheduled in a global event loop. Intended for use by the Alcotest_lwt and Alcotest_async backends.

OCaml

Innovation. Community. Security.