tasty-silver-3.1.11: A fancy test runner, including support for golden tests.

Safe HaskellNone
LanguageHaskell2010

Test.Tasty.Silver.Interactive

Contents

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

interactiveTests :: DisabledTests -> Ingredient Source #

Programmatic API

runTestsInteractive :: DisabledTests -> OptionSet -> TestTree -> IO Bool Source #

A simple console UI