hspec

A Testing Framework for Haskell

http://hspec.github.io/

Version on this page:2.1.6@rev:1
LTS Haskell 22.20:2.11.8
Stackage Nightly 2024-05-04:2.11.8
Latest on Hackage:2.11.8

See all snapshots hspec appears in

MIT licensed
Maintained by Simon Hengel
This version can be pinned in stack with:hspec-2.1.6@sha256:a751331debe7575be3394343e657584c47a9311bd26da857f47c1eb9b9824148,2095

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