tasty-silver-3.3.1.3: A fancy test runner, including support for golden tests.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Tasty.Silver.Interactive

Description

Golden test management, interactive mode. Runs the tests, and asks the user how to proceed in case of failure or missing golden standard.

Synopsis

Command line helpers

defaultMain :: TestTree -> IO () Source #

Like defaultMain from the main tasty package, but also includes the golden test management capabilities.

The ingredient

Programmatic API