@hackage test-framework-sandbox0.1.1

test-sandbox support for the test-framework package

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.