The latest version of hspec-test-framework is 0.1.0-0.
hspec-test-framework
Version 0.0.0 revision 1 uploaded by SimonHengel.
Package meta
- Synopsis
- Run test-framework tests with Hspec
- Description
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.- Author
- n/a
- Bug reports
- https://github.com/sol/hspec-test-framework/issues
- Category
- Testing
- Copyright
- (c) 2013 Simon Hengel
- Homepage
- http://hspec.github.io/
- Maintainer
- Simon Hengel <sol@typeful.net>
- Package URL
- n/a
- Stability
- n/a