blob: c786b01278af9a57c47ffe1630890799210660de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
The Haskell Test Framework (/HTF/ for short) lets you define unit
tests (<http://hunit.sourceforge.net>), QuickCheck properties
(<http://www.cs.chalmers.se/~rjmh/QuickCheck/>), and black box
tests in an easy and convenient way. The HTF uses a custom
preprocessor that collects test definitions automatically.
Furthermore, the preprocessor allows the HTF to report failing
test cases with exact file name and line number information.
The documentation of the "Test.Framework.Tutorial" module
provides a tutorial for the HTF.
</longdescription>
</pkgmetadata>
|