tasty-silver-3.1.4: Golden tests support for tasty. Fork of tasty-golden.

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

Programmatic API

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

A simple console UI