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

Test.Tasty.Discover.Internal.Config

Description

The test driver configuration options module.

Anything that can be passed as an argument to the test driver definition exists as a field in the Config type.

Synopsis

Configuration Options

data Config Source #

The discovery and runner configuration.

Constructors

Config 

Fields

Instances

Instances details
Show Config Source # 
Instance details

Defined in Test.Tasty.Discover.Internal.Config

type GlobPattern = String Source #

A glob pattern.

Configuration Parser

parseConfig :: FilePath -> String -> [String] -> Either String Config Source #

Configuration options parser.

Configuration Defaults

defaultConfig :: FilePath -> Config Source #

The default configuration