hspec-test-framework-th: Run test-framework tests with Hspec

[ library, mit, testing ] [ Propose Tags ]

A `test-framework` compatibility layer on top of Hspec, it allows you to run `test-framework` tests with Hspec unmodified.

All that is required is to remove

  • `test-framework`

  • `test-framework-quickcheck2`

  • `test-framework-hunit`

  • `test-framework-th`

from the `build-depends` section of your cabal file and add

  • `hspec-test-framework`

  • `hspec-test-framework-th`

in theire place.

NOTE: The packages `hspec-test-framework` and `hspec-test-framework-th` are hidden by default, so that they do not interfere with an installed version of `test-framework`. If you want to use them with e.g. ghci, you have to pass the command-line flags -packagehspec-test-framework -packagehspec-test-framework-th to GHC.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0, 0.1.0
Dependencies base (>=4 && <5), hspec-test-framework (==0.1.0), language-haskell-extract, template-haskell [details]
License MIT
Copyright (c) 2013 Simon Hengel
Author
Maintainer Simon Hengel <sol@typeful.net>
Category Testing
Home page http://hspec.github.io/
Bug tracker https://github.com/sol/hspec-test-framework/issues
Source repo head: git clone https://github.com/sol/hspec-test-framework
Uploaded by SimonHengel at 2014-11-19T04:41:49Z
Distributions NixOS:0.1.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1830 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]