[Haskell-cafe] ANNOUNCE: hspec-1.3.0
Simon Hengel
sol at typeful.net
Sat Jul 14 23:23:56 CEST 2012
Hi,
hspec-1.3.0 is out [1].
This release comes with two major new features:
- BDD-style combinators to make assertions [2]
- Automatic test discovery [3]
Test.Hspec now exports parts of the monadic API and the new BDD-style
combinators. You can use Test.Hspec.Core as a drop-in replacement for
legacy code.
The full release notes are here at [4]. A basic introduction to Hspec
is at [5].
Feedback is very welcome!
Cheers,
Simon
[1] http://hackage.haskell.org/package/hspec
[2] https://github.com/sol/hspec-expectations#readme
[3] https://github.com/hspec/hspec/tree/master/hspec-discover#readme
[4] https://github.com/hspec/hspec/blob/master/CHANGES.markdown
[5] http://hspec.github.com/
More information about the Haskell-Cafe
mailing list