The latest version of leancheck is 1.0.2-0.

leancheck

Version 0.8.0 revision 0 uploaded by rudymatela.

Package meta

Synopsis
Enumerative property-based testing
Description

LeanCheck is a simple enumerative property-based testing library.

Properties are defined as Haskell functions returning a boolean value which should be true for all possible choices of argument values. LeanCheck applies enumerated argument values to these properties in search for a counterexample. Properties can be viewed as parameterized unit tests.

LeanCheck works by producing tiers of test values: a possibly infinite list of finite sublists of same-and-increasingly-sized values.

LeanCheck has lean core with only 180 lines of Haskell code.

Author
Rudy Matela <rudy@matela.com.br>
Bug reports
n/a
Category
Testing
Copyright
n/a
Homepage
https://github.com/rudymatela/leancheck#readme
Maintainer
Rudy Matela <rudy@matela.com.br>
Package URL
n/a
Stability
n/a

Components