package testo-lwt

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

testo-0.3.4.tbz
sha256=50c4ad248a3234274c84f80b56d2c4007238c65cfd1e0a66b1952deaf04a4765
sha512=522c856350ea1cc3ca17cde59cbd50440ff36681952f672cfa0ba4451db41343a6de3ca0101f7d4465d30de3f337f226df289bbc21780f8a18a6d9a622e3fb55

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.