package alcotest-mirage

  1. Overview
  2. Docs
Mirage implementation for Alcotest

Install

dune-project
 Dependency

Authors

Maintainers

Sources

alcotest-1.9.1.tbz
sha256=1e29c3b41d4329062105b723dfda3aff86b8cef5e7c7500d0e491fc5fd78e482
sha512=c49d402fa636dcf11f81917610dd1d2eca8606c8919aede4db23710d071f6046a8f93c78de9fbfee26637a53ca67f71fad500bfa2478b7f0f059608a492dd0a5

doc/alcotest-mirage/Alcotest_mirage/index.html

Module Alcotest_mirageSource

Alcotest_mirage enables testing functions which return an Lwt promise. Make.run returns a promise that runs the tests when scheduled, catching any asynchronous exceptions thrown by the tests.

Please note that this backend does not support redirection of standard streams into files (MirageOS does not have a file system). It writes all test output to the console.

Sourcemodule Make (_ : Mirage_clock.MCLOCK) : sig ... end