package ppx_test

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

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_test-1.3.1.tar.gz
md5=ffdf9b6f108aeea2a407a78f175b1ef4

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: 27 Apr 2016

Dependencies (5)

  1. ppxx >= "1.2.1"
  2. re
  3. omake build & < "0.10.1"
  4. ocamlfind build & >= "1.5.6"
  5. ocaml = "4.02.3"

Dev Dependencies

None

Used by (2)

  1. levenshtein >= "1.1.0" & < "1.1.3"
  2. spotlib >= "2.4.1" & < "3.1.2"

Conflicts

None