ppx_dryunitversion
A detection tool for traditional unit testing in OCaml
Dryunit is a detection tool for traditional test suites. This is an optional extension that provides similar functionallity as the main package and command line dryunit
(which is the recommended way to get started).
Installation
opam install ppx_dryunit
Usage
It's activated appending this to the end of your tests/main.ml
:
let () = [%dryunit]
Custom definitions are given using a record. All fields are optional and might be in any order.
let () =
[%dryunit
{ cache_dir = ".dryunit"
; cache = true
; framework = "alcotest"
; ignore = ""
; filter = ""
; detection = "file"
; ignore_path = "self"
}
]
For more information, checkout the repository.
Author | Gerson Moraes |
---|---|
Published | |
Homepage | https://github.com/gersonmoraes/dryunit |
Issue Tracker | https://github.com/gersonmoraes/dryunit |
Maintainer | gerson.xp@gmail.com |
Dependencies |
|
Source [http] | https://github.com/gersonmoraes/dryunit/archive/0.4.0.tar.gz sha256=1134433d6fe4697171a2b62f762df7ea294329729ffc6a41f974c9042295f0af md5=14f1029a3c628eeaef50c025b454215e |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/ppx_dryunit/ppx_dryunit.0.4.0/opam |
Required by
- dryunit<0.4.0