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

Safe HaskellSafe
LanguageHaskell2010

Test.Tasty.Config

Contents

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 #

The discovery and runner configuration.

Constructors

Config 

Fields

Instances
Show Config # 
Instance details

Defined in Test.Tasty.Config

type GlobPattern = String #

A glob pattern.

Configuration Parser

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

Configuration options parser.

Configuration Defaults

defaultConfig :: Config #

The default configuration