package hegel

  1. Overview
  2. Docs
Hegel property-based testing library for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

hegel-0.12.0-opam.tar.gz
md5=4993c66e3d465c9a95e00efea178bb3b
sha512=032e92cd6ac54269cff5f4b2eb84e7669dc9187b29a8cf596a89df84e7eaece9b67e107dadbb7673391efe88dbbeb8d91d6d97e55ce74c9c1a58d142af65c971

doc/hegel.test_runtime/Hegel_test_runtime/index.html

Module Hegel_test_runtimeSource

Internal. Runtime registry and runner for the let%hegel_test PPX. Not part of the public API.

The ppx_hegel_test PPX emits a registration call for every let%hegel_test definition. When a library opts in to the dune (inline_tests (backend ppx_hegel_test)) stanza, dune synthesises an executable whose entry point calls test_main, which iterates the registry, runs each test, prints pass/fail status, and exits non-zero if any test failed.