hspec

A Testing Framework for Haskell

http://hspec.github.io/

Version on this page:2.2.3
LTS Haskell 22.14:2.11.7
Stackage Nightly 2024-03-28:2.11.7
Latest on Hackage:2.11.7

See all snapshots hspec appears in

MIT licensed
Maintained by Simon Hengel
This version can be pinned in stack with:hspec-2.2.3@sha256:2d55f8b6fb4f8b99d2004b3f1ffcde102a23a239f92940095d4342a45d1382c8,2072

Hspec is a testing framework for Haskell. It is inspired by the Ruby library RSpec. 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 http://hspec.github.io/.