test-framework-skip: Functions for conveniently marking some of the tests in a suite as being skipped.
When tracking down a problem it can often be useful to temporarily disable
some or many of the tests in a suite so that one can focus on the problematic
tests. Rather than using a mess of comments, this module provides a
function skip
(and a few variants) that causses a test or an entire test
suite to be skipped - specifically, they will still show up in the suite
as being skipped
, but they will not be run.
Downloads
- test-framework-skip-1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.0 |
---|---|
Dependencies | base (>=3 && <5), test-framework (>=0.8 && <1.0) [details] |
License | BSD-3-Clause |
Author | Gregory Crosswhite <gcrosswhite@gmail.com> |
Maintainer | Gregory Crosswhite <gcrosswhite@gmail.com> |
Category | Testing |
Source repo | head: git clone git://github.com/gcross/test-framework-skip.git |
Uploaded | by GregoryCrosswhite at 2013-03-05T09:07:25Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1546 total (6 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |