tasty-fail-fast

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

http://github.com/MichaelXavier/tasty-fail-fast#readme

Version on this page:0.0.2
LTS Haskell 22.13:0.0.3
Stackage Nightly 2024-03-14:0.0.3
Latest on Hackage:0.0.3

See all snapshots tasty-fail-fast appears in

MIT licensed by Michael Xavier
Maintained by [email protected]
This version can be pinned in stack with:tasty-fail-fast-0.0.2@sha256:a4c6daef69fcd9904244e85d70439716be52956f28cc46734dbfa9eed2333031,1812

Module documentation for 0.0.2

tasty-fail-fast

Build Status

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

Changes

0.0.2

  • Stop erroring when applied to TestManager, just make it a no-op. 0.0.1
  • Initial release