package ppx_test

  1. Overview
  2. Docs
A ppx replacement of pa_ounit

Install

Authors

Maintainers

Sources

ppx_test-1.6.0.tar.bz2
md5=cef498f9bf9bbdef0a21fcb2d0f94f67

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: 12 Jan 2018

Dependencies (5)

  1. ppxx >= "2.3.0" & < "2.4.0"
  2. re
  3. jbuilder >= "1.0+beta7"
  4. ocamlfind build & >= "1.5.6"
  5. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (2)

  1. levenshtein >= "1.1.3"
  2. spotlib = "4.0.3"

Conflicts

None