sandwich

Yet another test framework for Haskell

https://codedownio.github.io/sandwich

Version on this page:0.1.0.9
LTS Haskell 22.14:0.2.2.0
Stackage Nightly 2024-03-28:0.2.2.0
Latest on Hackage:0.2.2.0

See all snapshots sandwich appears in

BSD-3-Clause licensed by Tom McLaughlin
Maintained by [email protected]
This version can be pinned in stack with:sandwich-0.1.0.9@sha256:dd9faae2ad52bd2f8c790ad850791bca26f0b6c30dfa0c18bfd2b6d1af4cce73,7330

Please see the documentation.

Changes

Changelog for sandwich

Unreleased changes

0.1.0.9

  • Expose optionsDryRun and the --dry-run option.
  • Add command-line arguments for sandwich-quickcheck.
  • Add --visibility-threshold/-v option.
  • Fix an issue where TUI quit would hang in the presence of cleared results.
  • Display number of tests run in output message.
  • Catch and log exceptions in the TUI event loop.
  • Change runSandwichWithCommandLineArgs to use the print formatter by default, since we can’t figure out how to detect if we’re running under cabal test, which redirects stdout.

0.1.0.8

  • GHC 9 support

0.1.0.7

  • Add terminalUICustomExceptionFormatters.

0.1.0.6

  • Add parallelN for limiting the number of threads in a parallel.