package ounit-lwt

  1. Overview
  2. Docs
OUnit testing framework (Lwt)

Install

Dune Dependency

Authors

Maintainers

Sources

ounit-v2.1.2.tbz
sha256=39e69102dbf646f00da12cb7332df4f64c9aab732b5f664a1e6b3c0729f94e33
sha512=6b1dcc0252003407aa284446fab8469ab7c4ba6b08bf511ddb0870067c8182d48a220401722c081d81318deb069000fd2d7553abd9616156c4ccb3ff255c50f7

Description

This library contains helper functions for building Lwt tests using OUnit.

Published: 23 Sep 2019

README

OUnit - xUnit testing framework for OCaml

OUnit is a unit test framework for OCaml. It allows one to easily create unit-tests for OCaml code. It is loosely based on HUnit, a unit testing framework for Haskell. It is similar to JUnit, and other XUnit testing frameworks.

Installation

The recommended way to install ounit is via the opam package manager:

$ opam install ounit

Documentation

API documentation is available online.

Examples

Dependencies (4)

  1. ounit = version
  2. lwt
  3. dune >= "1.11.0"
  4. ocaml >= "4.02.3"

Dev Dependencies

None

Used by

None

Conflicts

None