Popularity
7.3
Declining
Activity
0.0
Stable
8
9
6
Monthly Downloads: 6
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
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.
-
test-framework
Framework for running and organising QuickCheck test properties and HUnit test cases -
test-framework-th
Automagically (using Template Haskell) generates the Haskell-code you need when using HUnit -
test-framework-th-prime
Template Haskell for test framework -
test-monad-laws
QuickCheck properties for monad classes -
test-invariant
Provide common invariants to be checked with QuickCheck -
test-fun
Representation of higher-order functions for property testing -
test-framework-leancheck
LeanCheck support for test-framework. -
test-framework-doctest
Test.Framework wrapper for DocTest -
test-framework-program
A test-framework plugin that will run executables. -
test-framework-skip
A module for the test-framework system that allows one to mark a test to be skipped. -
test-framework-golden
Golden tests support for test-framework
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of test-framework-sandbox or a related project?
README
GREE Haskell test-sandbox
This repository hosts the GREE Haskell collection of test-sandbox packages:
- test-sandbox
: A framework to start external applications in a controlled environment for system tests
- test-sandbox-hunit
: A wrapper around HUnit to write assertions in the Test.Sandbox monad
- test-sandbox-quickcheck
: Run QuickCheck property tests in the Test.Sandbox monad
- test-framework-sandbox
: Interface Test.Sandbox with the test-framework package
- hspec-test-sandbox
: 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.