Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Alcotest.Core
SourceFunctor 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.