tasty-discover-5.0.2: 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
Generic Config Source # 
Instance details

Defined in Test.Tasty.Discover.Internal.Config

Associated Types

type Rep Config 
Instance details

Defined in Test.Tasty.Discover.Internal.Config

type Rep Config

Methods

from :: Config -> Rep Config x #

to :: Rep Config x -> Config #

Show Config Source # 
Instance details

Defined in Test.Tasty.Discover.Internal.Config

type Rep Config Source # 
Instance details

Defined in Test.Tasty.Discover.Internal.Config

type Rep 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