tasty-fail-fast: Adds the ability to fail a tasty test suite on first test failure

[ bsd3, library, web ] [ Propose Tags ]

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]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
lib-werrorDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

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]
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 2458 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]

Readme for tasty-fail-fast-0.0.3

[back to package description]

tasty-fail-fast

Build Status

Adds the ability to fail a tasty test suite on first test failure