hspec

A Testing Framework for Haskell

http://hspec.github.io/

Version on this page:2.3.2
LTS Haskell 22.17:2.11.7
Stackage Nightly 2024-04-18: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.3.2@sha256:8a3ae450d3b4ede2305e1d9f6cf9b680efba44ed3d490b2b81533e416f92f733,2386

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