package alcotest-lwt

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Alcotest_lwt allows to defines tests which returns an Lwt promise. run will run these promises and will catch asynchrous exceptions.

val test_case : string -> Alcotest.speed_level -> (Lwt_switch.t -> 'a -> unit Lwt.t) -> 'a Alcotest.test_case