@hackage test-framework-skip1.0
Functions for conveniently marking some of the tests in a suite as being skipped.
Categories
License
BSD-3-Clause
Maintainer
Gregory Crosswhite <gcrosswhite@gmail.com>
Links
Versions
- 1.0 Tue, 5 Mar 2013
Installation
Dependencies (2)
- base >=3 && <5
- test-framework >=0.8 && <1.0 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/chatter
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.