Safe Haskell | None |
---|---|
Language | Haskell2010 |
Golden test management, interactive mode. Runs the tests, and asks the user how to proceed in case of failure or missing golden standard.
- defaultMain :: TestTree -> IO ()
- defaultMain1 :: [RegexFilter] -> TestTree -> IO ()
- interactiveTests :: DisabledTests -> Ingredient
- newtype Interactive = Interactive Bool
- runTestsInteractive :: DisabledTests -> OptionSet -> TestTree -> IO Bool
Command line helpers
defaultMain :: TestTree -> IO () Source #
Like defaultMain
from the main tasty package, but also includes the
golden test management capabilities.
defaultMain1 :: [RegexFilter] -> TestTree -> IO () Source #
The ingredient
interactiveTests :: DisabledTests -> Ingredient Source #
newtype Interactive Source #