• en

pa_ounit 108.07.01

Maintainer opensource@janestreet.com
Dependencies
& camlp4
ocamlfind
type_conv 108.07.01
Published Oct 1, 2012
Source [http] https://ocaml.janestreet.com/ocaml-core/108.07.01/individual/pa_ounit-108.07.01.tar.gz
b8c567cef070d7d5bf2645735d43c72d
Edit https://github.com/ocaml/opam-repository/tree/master/packages/pa_ounit/pa_ounit.108.07.01/opam

Syntax extension for oUnit

Pa_ounit is a syntax extension that helps writing in-line oUnit. It takes care of automatically registering the tests and generates helpfull failure messages with the file and line number.

It allows user to register tests with a new TEST top-level expressions and automatically collects all the tests in a module (in a function ounit_tests of type unit -> OUnit.test).