@hackage / quicktest

A reflective batch tester for Haskell.

Latest0.1.3

About

Metadata

  • Last updated , by DavidSiegel
  • License BSD-3-Clause
  • Categories Testing
  • Maintained by: djsiegel@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

QuickTest inspects Haskell source files for unit tests, and runs all tests found through GHCi with a dynamically generated test harness. This means you can simply write properties about your code, and QuickTest will test these properties en masse using QuickCheck. QuickTest is based on quickcheck-script by Koen Claessen and John Hughes.