leancheck-0.3.0: Cholesterol-free property-based testing

Safe HaskellNone
LanguageHaskell2010

Test.Most

Description

Simple property-based testing library based on enumeration of values via lists of lists.

This module exports Most modules that accompain Test.Check and is to be used as a shorthand:

import Test.Most

To get most of the needed stuff

Documentation

module Test.Check

module Test.Types