test-framework-skip: Functions for conveniently marking some of the tests in a suite as being skipped.

[ bsd3, library, testing ] [ Propose Tags ]

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.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

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 1516 total (3 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]