@hackage hspec1.12.0
A Testing Framework for Haskell
Installation
Dependencies (13)
- HUnit >=1.2.5 && <1.3
- QuickCheck >=2.5.1
- ansi-terminal >=0.5
- async >=2
- base >=4 && <4.8
- deepseq Show all…
Dependents (3088)
@hackage/arbor-datadog, @hackage/mockery, @hackage/timeseries, @hackage/pms-domain-service, @hackage/benri-hspec, @hackage/mnist-idx, Show all…
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/.