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 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T11:06:12.000Z (about 1 year ago)
- Last Synced: 2025-05-03T07:14:15.384Z (10 months ago)
- Language: Haskell
- Homepage:
- Size: 1.21 MB
- Stars: 747
- Watchers: 27
- Forks: 125
- Open Issues: 64
-
Metadata Files:
- Readme: README
- Changelog: changelog
- License: LICENSE
Awesome Lists containing this project
- awesome-list - QuickCheck - Haskell - Automatic testing of Haskell programs. (📦 Modules/Packages / Testing)
- Awesome-List - QuickCheck - Haskell - Automatic testing of Haskell programs. (📦 Modules/Packages / Testing)
- 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