Description
A Testing Framework for Haskell.
Description
Hspec is a testing framework for Haskell. Some of Hspec's distinctive features are:
a friendly DSL for defining tests
integration with QuickCheck, SmallCheck, and HUnit
parallel test execution
automatic discovery of test files
The Hspec Manual is at https://hspec.github.io/.