package alcotest-async

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

Alcotest_async allows to defines tests which returns an Async deferred. run will schedule these deferreds and return their results.

val test_case : ?timeout:Core_kernel.Time.Span.t -> string -> Alcotest.speed_level -> ('a -> unit Async_kernel.Deferred.t) -> 'a Alcotest.test_case