@hackage hspec2.11.17
A Testing Framework for Haskell
Installation
Dependencies (5)
- QuickCheck >=2.12
- base >=4 && <5
- hspec-core ==2.11.17
- hspec-discover ==2.11.17
- hspec-expectations >=0.8.4 && <0.8.5 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. 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 https://hspec.github.io/.