mklinik / hspec

Behavior-Driven Development for Haskell

Home Page:http://hspec.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hspec: Behavior-Driven Development for Haskell

Getting started

Install Hspec from Hackage.

cabal update && cabal install hspec

Read the User's Manual.

Development & Support

Join in at #hspec on freenode.

Running Hspec's own test suite

Hspec is tested with hspec-meta. You need to install hspec-meta before you can run the test suite:

cabal install --enable-tests --only-dependencies

To run the test suite do:

cabal configure --enable-tests && cabal build && cabal test

Preparing a release

  • Bump version
  • Add find hspec-discover/test-data/ -type f under extra-source-files in hspec.cabal
  • Make sure that other-modules for test-suite spec is up-to-date
  • Use ./mk-sdist.sh to create and test the tarball
  • Release an updated version of hspec-meta

Contributors

  • Trystan Spangler
  • Greg Weber
  • Björn Buckwalter
  • Yi Huang
  • Lucas Severyn
  • Simon Hengel
  • Niklas Hambüchen
  • Clark Gaebel
  • Fujimura Daisuke
  • Michael Snoyman
  • Takayuki Muranushi
  • Sönke Hahn
  • Peter Simons

About

Behavior-Driven Development for Haskell

http://hspec.github.io/

License:MIT License


Languages

Language:Haskell 90.4%Language:JavaScript 5.5%Language:Ruby 3.4%Language:Shell 0.7%