• en

pa_ounit 108.00.02

Maintainer opensource@janestreet.com
Dependencies
& camlp4
ocamlfind
type_conv 108.00.02
Published Aug 21, 2012
Source [http] https://ocaml.janestreet.com/ocaml-core/108.00.02/individual/pa_ounit-108.00.02.tar.gz
d78caf14e86eafe1c73107d772c905a0
Edit https://github.com/ocaml/opam-repository/tree/master/packages/pa_ounit/pa_ounit.108.00.02/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).