hspec-test-framework: 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.
Modules
[Index]
Downloads
- hspec-test-framework-0.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
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 (>=1.6.0 && <2), HUnit, QuickCheck [details] |
License | MIT |
Copyright | (c) 2013 Simon Hengel |
Author | |
Maintainer | Simon Hengel <sol@typeful.net> |
Revised | Revision 1 made by SimonHengel at 2014-11-11T07:05:21Z |
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 2013-08-18T12:09:34Z |
Distributions | NixOS:0.1.0 |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 2402 total (1 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] |