Module QCheck_alcotest

Alcotest backend for QCheck

We use environment variables for controlling QCheck here, since alcotest doesn't seem to provide a lot of flexibility.

val to_alcotest : ?⁠verbose:bool ‑> ?⁠long:bool ‑> ?⁠rand:Random.State.t ‑> QCheck.Test.t ‑> unit Alcotest.test_case

Convert a qcheck test into an alcotest test