@hackage test-framework-sandbox0.1.1
test-sandbox support for the test-framework package
Installation
Dependencies (8)
- ansi-terminal
- base >=4 && <5
- lifted-base
- mtl
- temporary
- test-framework >=0.8.0.3 Show all…
Dependents (1)
@hackage/acme-everything
Interfaces the test-sandbox with the test-framework packages to allow writing system tests in Haskell in a standard fashion.
The environment is preserved between test cases. This enables the user, for instance, to start a process in one test and stop it in another.
Usage examples can be found on the github page: http://gree.github.io/haskell-test-sandbox/
A full example project is available at: https://git.github.com/benjamin-surma/flare-tests/
Extensive documentation is available in the source code itself.