The latest version of HTF is 0.15.0.2-0.

HTF

Version 0.1 revision 0 uploaded by GwernBranwen.

Package meta

Synopsis
The Haskell Test Framework
Description

The HTF lets you write HUnit tests (http://hunit.sourceforge.net) and QuickCheck (http:/www.cs.chalmers.se~rjmhQuickCheck) properties in an easy and convenient way. Additionally, the HTF provides a facility for testing programs by running them and comparing the actual output with the expected output (so called "file-based tests"). The HTF uses Template Haskell to collect all tests and properties, so you do not need to write boilerplate code for that purpose. Preprocessor macros provide you with file name and line number information for tests and properties that failed.

Author
Stefan Wehr <wehr@informatik.uni-freiburg.de>
Bug reports
n/a
Category
Testing
Copyright
n/a
Homepage
http://www.informatik.uni-freiburg.de/~wehr/software/haskell/
Maintainer
n/a
Package URL
n/a
Stability
Beta

Components