Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nick8325/quickcheck
Automatic testing of Haskell programs.
https://github.com/nick8325/quickcheck
Last synced: 3 months ago
JSON representation
Automatic testing of Haskell programs.
- Host: GitHub
- URL: https://github.com/nick8325/quickcheck
- Owner: nick8325
- License: other
- Created: 2012-07-28T22:50:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T07:06:57.000Z (5 months ago)
- Last Synced: 2024-10-29T21:59:40.915Z (3 months ago)
- Language: Haskell
- Homepage:
- Size: 1.2 MB
- Stars: 721
- Watchers: 28
- Forks: 120
- Open Issues: 60
-
Metadata Files:
- Readme: README
- Changelog: changelog
- License: LICENSE
Awesome Lists containing this project
- awesome-swedish-opensource - QuickCheck
README
This is QuickCheck 2, a library for random testing of program properties.
Add `QuickCheck` to your package dependencies to use it in tests or REPL.
The quickcheck-instances [1] companion package provides instances for types in
Haskell Platform packages at the cost of additional dependencies.The make-hugs script makes a Hugs-compatible version of QuickCheck.
It may also be useful for other non-GHC implementations.[1]: http://hackage.haskell.org/package/quickcheck-instances