package testo-lwt

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

testo-0.2.0.tbz
sha256=0998766656d9a756f87c2f6c78b803d3a6e7c1230167c039f288226428cc3137
sha512=bc59a43617d005bc338950b13a2aadb2865bc92ec0d1494e2219d8446e9203916c0c88878dc918ef3b8d2923b874c24bd68cf3a14a8307a0714d6114549f36ef

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.