• en

pa_ounit 109.12.00

Maintainer opensource@janestreet.com
Dependencies
& ocamlfind
ounit
type_conv 109.12.00
Published Mar 5, 2013
Source [http] https://github.com/janestreet/pa_ounit/archive/109.12.00.tar.gz
1833aef71676b6807664f2492f9fca29
Edit https://github.com/ocaml/opam-repository/tree/master/packages/pa_ounit/pa_ounit.109.12.00/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).