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.9), deepseq (>=1.1) [details]
License BSD-3-Clause
Author Dean Herington
Maintainer Simon Hengel <sol@typeful.net>
Revised Revision 2 made by SimonHengel at 2018-02-10T08:28:58Z
Category Testing
Home page http://hunit.sourceforge.net/
Source repo head: git clone https://github.com/hspec/HUnit
Uploaded by qoelet at 2015-08-21T08:48:43Z
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, 4483 indirect [details]
Downloads 237761 total (325 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-08-21 [all 1 reports]

Readme for HUnit-1.3.0.0

[back to package description]

HUnit

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.md       -- 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.

Changes

1.3.0.0

  • removed support for old compilers

  • add source locations for failing assertions (GHC >= 7.10.2 only)