package alcotest

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

Install

Dune Dependency

Authors

Maintainers

Sources

alcotest-1.9.0.tbz
sha256=e2387136ca854df2b4152139dd4d4b3953a646e804948073dedfe0a232f08a15
sha512=ba38fe4a9061b001d274e5d41fb06c10c84120570fc00dc57dc5a06ba05176c2413295680d839f465ba91469ea99d7e172a324e26f005d6e8c4d98fca7657241

doc/src/alcotest.engine/alcotest_engine.ml.html

Source file alcotest_engine.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
module V1 = struct
  module Test = Test
  module Core = Core.V1
  module Cli = Cli.V1
end

module Monad = Monad
module Platform = Platform

module Private = struct
  module Pp = Pp
end

module Formatters = Formatters
OCaml

Innovation. Community. Security.