The test-framework-skip package
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.
Properties
| Version | 1.0 |
|---|---|
| Dependencies | base (≥3 & <5), test-framework (≥0.8 & <1.0) |
| License | BSD3 |
| Author | Gregory Crosswhite <gcrosswhite@gmail.com> |
| Maintainer | Gregory Crosswhite <gcrosswhite@gmail.com> |
| Category | Testing |
| Source repository | git clone git://github.com/gcross/test-framework-skip.git |
| Upload date | Tue Mar 5 09:07:25 UTC 2013 |
| Uploaded by | GregoryCrosswhite |
| Built on | ghc-7.6 |
Modules
- Test
- Framework
Downloads
- test-framework-skip-1.0.tar.gz (Cabal source package)
- package description (included in the package)