package ppx_test

  1. Overview
  2. No Docs
A ppx replacement of pa_ounit.

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_test-0.0.1.tar.gz
md5=27395baf72ee855c2ff23cf2be686f9b

Description

ppx_test tries to replace pa_ounit. It provides the following syntax sugars:

  • with_location e, returns e and its source code location
  • module_path, returns the current module path name
  • let %TEST name = e, a replacement of TEST name = e
  • let %TEST_UNIT name = e, a replacement of TEST_UNIT name = e

Published: 01 Oct 2014

Dependencies (4)

  1. pcre
  2. omake build
  3. ocamlfind build
  4. ocaml >= "4.02.0" & < "4.03.0"

Dev Dependencies

None

Used by (1)

  1. spotlib >= "2.4.1" & < "3.0.0"

Conflicts

None