package alcotest

  1. Overview
  2. Docs
Alcotest is a lightweight and colourful test framework

Install

Dune Dependency

Authors

Maintainers

Sources

alcotest-js-1.5.0.tbz
sha256=54281907e02d78995df246dc2e10ed182828294ad2059347a1e3a13354848f6c
sha512=1aea91de40795ec4f6603d510107e4b663c1a94bd223f162ad231316d8595e9e098cabbe28a46bdcb588942f3d103d8377373d533bcc7413ba3868a577469b45

doc/alcotest.engine/Alcotest_engine/V1/index.html

Module Alcotest_engine.V1Source

Version 1 of the user-facing Alcotest API.

Assert functions

Sourcemodule Test : sig ... end

Monadic test runners

These modules provide the ability to run tests inside a concurrency monad: that is, to sequence test cases of type 'a -> unit m into a computation of type 'a -> unit m (for some concurrency monad m) with can then be scheduled in a main event loop. For tests using Lwt.t or Async_kernel.Deferred.t, use the Alcotest_lwt and Alcotest_async packages directly.

Sourcemodule Core : sig ... end

Defines monadic test runners without command-line interfaces.

Sourcemodule Cli : sig ... end

Wraps Core to provide a command-line interface.

OCaml

Innovation. Community. Security.