tasty-fail-fast: Adds the ability to fail a tasty test suite on first test failure
tasty-fail-fast wraps any ingredient to fail as soon as the first test fails. For example:
defaultMainWithIngredients (map failFast defaultIngredients) tests
Your test suite will now get a --fail-fast
flag.
[Skip to Readme]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
lib-werror | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- tasty-fail-fast-0.0.3.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] | 0.0.1, 0.0.2, 0.0.3 |
---|---|
Change log | changelog.md |
Dependencies | base (<5), containers (>=0.5.0.0), stm (>=2.1), tagged, tasty (>=0.10) [details] |
Tested with | ghc ==7.6.3, ghc ==7.8.4, ghc ==7.10.2 |
License | BSD-3-Clause |
Copyright | 2015 Michael Xavier |
Author | Michael Xavier |
Maintainer | michael@michaelxavier.net |
Category | Web |
Home page | http://github.com/MichaelXavier/tasty-fail-fast#readme |
Source repo | head: git clone https://github.com/MichaelXavier/tasty-fail-fast |
Uploaded | by MichaelXavier at 2017-11-09T02:36:38Z |
Distributions | LTSHaskell:0.0.3, Stackage:0.0.3 |
Reverse Dependencies | 3 direct, 0 indirect [details] |
Downloads | 2582 total (16 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-11-09 [all 1 reports] |