package alcotest-mirage

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

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.

module Make (C : Mirage_clock.MCLOCK) : sig ... end