ppx_test
A ppx replacement of pa_ounit

Install

Authors

Maintainers

Sources

ppx_test-1.8.0.tar.gz
md5=11571478e9dd5b3c04681e89a0106044
sha512=12e67fa5eff5bc7df6575d01ca7aa53d28a1ff044a007dd3791af13388311e8a6c2e1130cc2bd338415b229c6f101355a4205a9c905382248a1d7857773047ec

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: 23 Dec 2021

Dependencies (4)

  1. ocaml >= "4.08.0"
  2. ppxx >= "2.5.0"
  3. re >= "1.8.0"
  4. dune >= "2.0"

Dev Dependencies

None

Used by (2)

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

Conflicts

None