package base_quickcheck

  1. Overview
  2. Docs
Randomized testing framework, designed for compatibility with Base

Install

Dune Dependency

Authors

Maintainers

Sources

v0.12.1.tar.gz
md5=29f641a4b3f9703ea63795f48cacbe25

Description

Base_quickcheck provides randomized testing in the style of Haskell's Quickcheck library, with support for built-in types as well as types provided by Base.

Published: 19 Sep 2019

Dependencies (9)

  1. ppxlib >= "0.5.0" & < "0.9.0"
  2. dune >= "1.5.1"
  3. splittable_random >= "v0.12" & < "v0.13"
  4. ppx_sexp_message >= "v0.12" & < "v0.13"
  5. ppx_let >= "v0.12" & < "v0.13"
  6. ppx_fields_conv >= "v0.12" & < "v0.13"
  7. ppx_base >= "v0.12" & < "v0.13"
  8. base >= "v0.12" & < "v0.13"
  9. ocaml >= "4.04.2"

Dev Dependencies

None

Used by (8)

  1. capnp >= "3.3.0"
  2. core_kernel >= "v0.12.0" & < "v0.13.0"
  3. expect_test_helpers_kernel = "v0.12.0"
  4. h1_parser
  5. http
  6. ppx_bap < "v0.14.0"
  7. ppx_jane = "v0.12.0"
  8. pyml_bindgen >= "0.4.1"

Conflicts

None