package alcotest

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type speed_level = [
  1. | `Quick
  2. | `Slow
]
type test_case = string * speed_level * (unit -> unit)
type test = string * test_case list
val run : string -> test list -> unit
val line : Pervasives.out_channel -> ?color:[ `Blue | `Yellow ] -> char -> unit
OCaml

Innovation. Community. Security.