HUnit: A unit testing framework for Haskell

[ bsd3, library, testing ] [ Propose Tags ]

HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for Java, see: http://www.junit.org.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.1, 1.2.0.0, 1.2.0.1, 1.2.0.2, 1.2.0.3, 1.2.2.0, 1.2.2.1, 1.2.2.3, 1.2.4.2, 1.2.4.3, 1.2.5.0, 1.2.5.1, 1.2.5.2, 1.3.0.0, 1.3.1.0, 1.3.1.1, 1.3.1.2, 1.4.0.0, 1.5.0.0, 1.6.0.0, 1.6.1.0, 1.6.2.0
Dependencies base (>=4 && <4.7) [details]
License BSD-3-Clause
Author Dean Herington
Maintainer libraries@haskell.org
Revised Revision 1 made by HerbertValerioRiedel at 2015-01-13T22:09:55Z
Category Testing
Home page http://hunit.sourceforge.net/
Uploaded by DonaldStewart at 2008-10-11T21:54:27Z
Distributions Arch:1.6.2.0, Debian:1.6.0.0, Fedora:1.6.2.0, FreeBSD:1.2.5.2, LTSHaskell:1.6.2.0, NixOS:1.6.2.0, Stackage:1.6.2.0, openSUSE:1.6.2.0
Reverse Dependencies 208 direct, 4478 indirect [details]
Downloads 237669 total (304 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for HUnit-1.2.0.2

[back to package description]
HUnit is a unit testing framework for Haskell, inspired by the JUnit
tool for Java.  HUnit is free software; see its "License" file for
details.  HUnit is available at <http://hunit.sourceforge.net>.

HUnit 1.1.1 consists of a number of files.  Besides Haskell source files
in Test/HUnit (whose names end in ".hs" or ".lhs"), these files include:

  * README          -- this file
  * doc/Guide.html  -- user's guide, in HTML format
  * LICENSE         -- license for use of HUnit

See the user's guide for more information.