@hackage hspec2.2.2
A Testing Framework for Haskell
Installation
Dependencies (7)
- HUnit >=1.2.5 && <1.4
- QuickCheck >=2.5.1
- base >=4 && <5
- hspec-core ==2.2.2
- hspec-discover ==2.2.2
- hspec-expectations >=0.7.2 && <0.7.3 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/.