@hackage / testpack

Test Utililty Pack for HUnit and QuickCheck (unmaintained)

Version Deprecated package2.1.3.0

About

Metadata

  • Last updated , by AdamBergmark
  • License LicenseRef-LGPL
  • Categories Testing
  • Maintained by: John Goerzen <jgoerzen@complete.org>

  • Lottery factor: 0

Links

Installation

This package has been deprecated

Package Flags

Use the -f option with cabal commands to enable flags

    splitbase (on by default)

    Choose the new smaller, split-up base package.

Readme

Please note that this package is no longer maintained by its author!

Haskell Test Utility Pack for HUnit and QuickCheck testpack provides utilities for both HUnit and QuickCheck. These include tools for running QuickCheck properties as HUnit test cases, allowing you to combine both approaches in a single program. It also includes tools for more helpful displays of running progress in both HUnit and QuickCheck, additional generators for other types for QuickCheck, and shortcuts for quickly defining new test cases.