tasty-discover-4.1.2: 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 Source #

The discovery and runner configuration.

Constructors

Config 

Fields

Instances

type GlobPattern = String Source #

A glob pattern.

Configuration Parser

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

Configuration options parser.

Configuration Defaults

defaultConfig :: Config Source #

The default configuration