@hackage hspec0.8
Behavior Driven Development for Haskell
Installation
CustomDependencies (6)
- HUnit >=1 && <1.3
- QuickCheck >=2.4.0.1 && <=2.5
- ansi-terminal ==0.5.5
- base >=4 && <=5
- silently >=1.1.1 && <2
- transformers >=0.2.0 && <0.3.0 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.