package alcotest

  1. Overview
  2. Docs

Module Alcotest_engine.CoreSource

Defines monadic test runners without command-line interfaces.

Sourceexception Check_error of unit Fmt.t
Sourcemodule IntSet : Set.S with type elt = int
Sourcemodule type S = sig ... end
Sourcemodule type MAKER = functor (P : Platform.MAKER) -> functor (M : Monad.S) -> S with type return = unit M.t
Sourcemodule Make : MAKER

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.