cleveland-0.1.2: Testing framework for Morley.
Safe HaskellNone
LanguageHaskell2010

Test.Cleveland.Tasty.Internal.Options

Description

This module declares all options/flags that tasty will parse from the command line/environment variables.

They're used to configure Test.Cleveland.

Synopsis

Documentation

clevelandOptions :: [OptionDescription] Source #

A list with all the options needed to configure Test.Cleveland.

newtype VerboseOpt Source #

To increase verbosity, pass -V several times on the command line (e.g. -VVV), or set TASTY_CLEVELAND_VERBOSE=3 as an environment variable.

Constructors

VerboseOpt Word