test-framework-sandbox

test-sandbox support for the test-framework package

http://gree.github.io/haskell-test-sandbox/

Latest on Hackage:0.1.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by Benjamin Surma

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.