package base_quickcheck

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.14.1.tar.gz
md5=d04738d4499e256b752bc40fcdb9730d

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: 26 Feb 2021

Dependencies (10)

  1. ppxlib >= "0.22.0"
  2. dune >= "2.0.0"
  3. splittable_random >= "v0.14" & < "v0.15"
  4. ppx_sexp_value >= "v0.14" & < "v0.15"
  5. ppx_sexp_message >= "v0.14" & < "v0.15"
  6. ppx_let >= "v0.14" & < "v0.15"
  7. ppx_fields_conv >= "v0.14" & < "v0.15"
  8. ppx_base >= "v0.14" & < "v0.15"
  9. base >= "v0.14" & < "v0.15"
  10. ocaml >= "4.04.2"

Dev Dependencies

None

Used by (8)

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

Conflicts

None