tasty-discover-4.2.4: Test discovery for the tasty framework.
Safe HaskellNone
LanguageHaskell2010

Test.Tasty.Discover.Internal.Driver

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

newtype ModuleTree Source #

Constructors

ModuleTree (Map String (ModuleTree, [String])) 

Instances

Instances details
Eq ModuleTree Source # 
Instance details

Defined in Test.Tasty.Discover.Internal.Driver

Show ModuleTree Source # 
Instance details

Defined in Test.Tasty.Discover.Internal.Driver

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

Discover the tests modules.

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

Show the tests.