The hspec package
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.
Properties
| Versions | 0.2.0, 0.3.0, 0.4.3, 0.5.0, 0.6.0, 0.6.1, 0.8, 0.8.1, 0.9.0, 0.9.1, 0.9.1.1, 0.9.2, 0.9.2.1, 0.9.2.2, 1.0.0, 1.0.0.1, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.2.0, 1.2.0.1, 1.3.0, 1.3.0.1, 1.3.0.2, 1.4.0, 1.4.0.1, 1.4.1, 1.4.1.1, 1.4.2, 1.4.2.1, 1.4.2.2, 1.4.2.3, 1.4.3, 1.4.4, 1.4.5, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4 |
|---|---|
| Dependencies | ansi-terminal (0.5.5), base (≥4 & ≤5), HUnit (≥1 & ≤2), QuickCheck (≥2.4.0.1 & ≤2.5), silently (≥1.1.1 & <2), transformers (≥0.2.0 & <0.3.0) |
| License | BSD3 |
| Copyright | (c) 2011 Trystan Spangler |
| Author | Trystan Spangler |
| Maintainer | trystan.s@comcast.net |
| Stability | experimental |
| Category | Testing |
| Home page | https://github.com/trystan/hspec |
| Bug tracker | https://github.com/trystan/hspec/issues |
| Upload date | Sat Oct 1 00:53:11 UTC 2011 |
| Uploaded by | TrystanSpangler |
| Build failure | ghc-7.2 (log) |
| Distributions | NixOS: 1.5.4, Debian: 1.4.4, FreeBSD: 1.4.4 |
Modules
- Test
- Test.Hspec
- Test.Hspec.Core
- Test.Hspec.Formatters
- Test.Hspec.HUnit
- Test.Hspec.Monadic
- Test.Hspec.QuickCheck
- Test.Hspec.Runner
- Test.Hspec
Downloads
- hspec-0.9.0.tar.gz (Cabal source package)
- package description (included in the package)