hspec-2.11.9: A Testing Framework for Haskell

hspec-2.11.9: A Testing Framework for Haskell

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

Modules