@hackage hspec1.11.0
Behavior-Driven Development 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…
Behavior-Driven Development for Haskell
Hspec is roughly based on the Ruby library RSpec. However, Hspec is just a framework for running HUnit and QuickCheck tests. Compared to other options, it provides a much nicer syntax that makes tests very easy to read.
The Hspec Manual is at http://hspec.github.io/.