package hedgehog

  1. Overview
  2. Docs
Property-based testing with integrated shrinking for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

hedgehog-0.1.tbz
sha256=336e7547dd1e41b3e4839a11aaec56d4e2fe14b7dc82a9caa560dbd24f2614f7
sha512=5f040fc5e41b4571b75c460622becd98c54a1d5cb36574a9d2ed6d06e71a5b31673b8ea69d9bb5972af9c71dff58fba2b9d33932a6bffc04c6dcd757583895cb

doc/resources.html

Resources

A curated list of talks, papers, and related projects for understanding property-based testing and the ideas behind Hedgehog.

Hedgehog family

Talks

Papers

Books

OCaml ecosystem

  • QCheck — The established OCaml PBT library.
  • ppx_quickcheck — Jane Street's PBT with ppx derivation.
  • DSCheck — Model checking for concurrent OCaml programs.