lazysmallcheck: A library for demand-driven testing of Haskell programs
Lazy SmallCheck is a library for exhaustive, demand-driven testing of
Haskell programs. It is based on the idea that if a property holds
for a partially-defined input then it must also hold for all
fully-defined instantiations of the that input. Compared to `eager'
input generation as in SmallCheck, Lazy SmallCheck may require
significantly fewer test-cases to verify a property for all inputs up
to a given depth.
Downloads
- lazysmallcheck-0.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Versions [RSS] | 0.1, 0.2, 0.3, 0.4, 0.5, 0.6 |
---|---|
Dependencies | base (<4.3), haskell98 (<2), random [details] |
License | BSD-3-Clause |
Copyright | 2007, Matthew Naylor |
Author | Matthew Naylor and Fredrik Lindblad |
Maintainer | mfn@cs.york.ac.uk |
Revised | Revision 1 made by HerbertValerioRiedel at 2018-09-02T12:47:12Z |
Category | Testing |
Home page | http://www.cs.york.ac.uk/~mfn/lazysmallcheck/ |
Uploaded | by GwernBranwen at 2008-02-10T23:11:08Z |
Distributions | Arch:0.6, Debian:0.6, Fedora:0.6, FreeBSD:0.6, LTSHaskell:0.6, NixOS:0.6, Stackage:0.6 |
Downloads | 19502 total (289 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |