package testo-lwt

  1. Overview
  2. Docs
Test framework for OCaml, Lwt variant

Install

dune-project
 Dependency

Authors

Maintainers

Sources

testo-0.4.0.tbz
sha256=70f9be1524b57c28f73c2c84937ee9f779478e91fa359dc63642898dd131697b
sha512=332631c8a6c031f712a54ffe6f15969abd966c4771db569905c66bd574c3ead20a5ce3feb74883f0fe93b13ab99128347917165ba4dc5c2af23ffc1aa95eb7f9

doc/index.html

Testo_lwt

This is the Testo_lwt module provided by the testo-lwt library and Opam package. It adds support to Testo for test functions that return Lwt promises of type unit Lwt.t instead of returning unit. Testo_lwt's interface is otherwise identical to Testo.

Using Testo_lwt is recommended only if you use Lwt but your environment doesn't support running Lwt_run.main to turn a promise into a synchronous computation.