@hackage hspec2.5.2
A Testing Framework for Haskell
Installation
Dependencies (8)
- HUnit >=1.5.0.0
- QuickCheck >=2.10
- base >=4 && <5
- call-stack
- hspec-core ==2.5.2
- hspec-discover ==2.5.2 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/.