tasty-discover-4.0.0: Test discovery for the tasty framework.

Safe HaskellNone
LanguageHaskell2010

Test.Tasty.Discover

Contents

Description

Automatic test discovery and runner for the tasty framework.

Synopsis

Main Test Generator

generateTestDriver :: Config -> String -> [String] -> FilePath -> [Test] -> String Source #

Main function generator, along with all the boilerplate which which will run the discovered tests.

For Testing Purposes Only

findTests :: FilePath -> Config -> IO [Test] Source #

Discover the tests modules.

showTests :: Config -> [Test] -> [String] -> [String] Source #

Show the tests.