package commons

  1. Overview
  2. Docs

Module TestutilSource

Sourcetype test = string * (unit -> unit)
Sourceval pack_tests : string -> test list -> test list
Sourceval pack_suites : string -> test list list -> test list
Sourceval sort : test list -> test list
Sourceval filter : ?substring:string -> ?pcre:string -> test list -> test list
Sourceval to_alcotest : ?speed_level:Alcotest.speed_level -> test list -> unit Alcotest.test list
Sourceval run : string -> (unit -> 'a) -> 'a
OCaml

Innovation. Community. Security.