@hackage / test-framework-sandbox

test-sandbox support for the test-framework package

Latest0.1.1

About

Metadata

  • Last updated , by junjihashimoto
  • License BSD-3-Clause
  • Categories Testing
  • Maintained by: Benjamin Surma <benjamin.surma@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

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.