tasty-silver-3.3.1: A fancy test runner, including support for golden tests.
Safe HaskellNone
LanguageHaskell2010

Test.Tasty.Silver.Interactive.Run

Synopsis
  • wrapRunTest :: (forall t. IsTest t => TestPath -> TestName -> OptionSet -> t -> (Progress -> IO ()) -> IO Result) -> TestTree -> TestTree

Documentation

wrapRunTest :: (forall t. IsTest t => TestPath -> TestName -> OptionSet -> t -> (Progress -> IO ()) -> IO Result) -> TestTree -> TestTree Source #

Provide new test run function wrapping the existing tests.