Popularity
9.3
Stable
Activity
4.2
-
133
11
16

Monthly Downloads: 202
Programming language: Haskell
License: GNU General Public License v3.0 or later
Tags: Testing     Smallcheck    
Latest version: v1.2.1

smallcheck alternatives and similar packages

Based on the "smallcheck" category.
Alternatively, view smallcheck alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of smallcheck or a related project?

Add another 'smallcheck' Package

README

SmallCheck: a property-based testing library for Haskell

SmallCheck is a testing library that allows to verify properties for all test cases up to some depth. The test cases are generated automatically by SmallCheck.

Usefulness of such an approach to testing is based on the following observation:

If a program fails to meet its specification in some cases, it almost always fails in some simple case.

To get started with SmallCheck: