hspec-test-framework-th: Run test-framework tests with Hspec
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.
Downloads
- hspec-test-framework-th-0.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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 | 1905 total (15 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] |