package qcheck

  1. Overview
  2. Docs
Compatibility package for QCheck

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.27.tar.gz
md5=dd6df3f9b934567e4b1292a183af0554
sha512=8269cd3f4f73f9b62292c0288b430092ae0572682c167dc31d6837cbc833b8a5db66448768f8b88994ae94385c45cda489edcbdd4674f230b2e62527b1b744ac

doc/index.html

QCheck compatibility package

This library is there to ensure compatibility with QCheck 0.8 and earlier.

It has a unique module QCheck_runner that merges the custom runners from qcheck-core.runner (QCheck_base_runner) and the OUnit runners from qcheck-ounit (QCheck_ounit) into a single module.

By depending on qcheck-core, this library also brings QCheck in scope, so it can be used transparently.