@hackage hspec1.9.4
Behavior-Driven Development for Haskell
Installation
Dependencies (12)
- HUnit >=1.2.5 && <1.3
- QuickCheck >=2.5.1
- ansi-terminal >=0.5
- base >=4 && <4.8
- deepseq
- hspec-expectations >=0.5.0 && <0.5.1 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/.