Popularity
7.3
Stable
Activity
0.0
Stable
8
9
6

Monthly Downloads: 27
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Testing     Test    

test-framework-sandbox alternatives and similar packages

Based on the "test" category.
Alternatively, view test-framework-sandbox alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of test-framework-sandbox or a related project?

Add another 'test' Package

README

GREE Haskell test-sandbox

Build Status

This repository hosts the GREE Haskell collection of test-sandbox packages:

  • test-sandboxHackage version: A framework to start external applications in a controlled environment for system tests
  • test-sandbox-hunitHackage version: A wrapper around HUnit to write assertions in the Test.Sandbox monad
  • test-sandbox-quickcheckHackage version: Run QuickCheck property tests in the Test.Sandbox monad
  • test-framework-sandboxHackage version: Interface Test.Sandbox with the test-framework package
  • hspec-test-sandboxHackage version: Utilities for Hspec to write assertions in the Test.Sandbox monad

More details and examples can be found on the project page on github.

A full example project can be found here: GREE Flare system test suite.