Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
This module declares all options/flags that tasty
will
parse from the command line/environment variables.
They're used to configure Test.Cleveland.
Synopsis
- clevelandOptions :: [OptionDescription]
- newtype MoneybagAliasOpt = MoneybagAliasOpt ImplicitAlias
- newtype EndpointOpt = EndpointOpt (Maybe BaseUrl)
- newtype PathOpt = PathOpt FilePath
- newtype DataDirOpt = DataDirOpt (Maybe FilePath)
- newtype VerboseOpt = VerboseOpt Word
- newtype SecretKeyOpt = SecretKeyOpt (Maybe SecretKey)
- data RunModeOpt
- newtype ContextLinesOpt = ContextLinesOpt Natural
Documentation
clevelandOptions :: [OptionDescription] Source #
A list with all the options needed to configure Test.Cleveland.
newtype MoneybagAliasOpt Source #
Instances
Show MoneybagAliasOpt Source # | |
Defined in Test.Cleveland.Tasty.Internal.Options showsPrec :: Int -> MoneybagAliasOpt -> ShowS # show :: MoneybagAliasOpt -> String # showList :: [MoneybagAliasOpt] -> ShowS # | |
Eq MoneybagAliasOpt Source # | |
Defined in Test.Cleveland.Tasty.Internal.Options (==) :: MoneybagAliasOpt -> MoneybagAliasOpt -> Bool # (/=) :: MoneybagAliasOpt -> MoneybagAliasOpt -> Bool # | |
IsOption MoneybagAliasOpt Source # | |
Defined in Test.Cleveland.Tasty.Internal.Options |
newtype EndpointOpt Source #
Morley Client option specifying endpoint URL of the Tezos node.
Instances
Show EndpointOpt Source # | |
Defined in Test.Cleveland.Tasty.Internal.Options showsPrec :: Int -> EndpointOpt -> ShowS # show :: EndpointOpt -> String # showList :: [EndpointOpt] -> ShowS # | |
Eq EndpointOpt Source # | |
Defined in Test.Cleveland.Tasty.Internal.Options (==) :: EndpointOpt -> EndpointOpt -> Bool # (/=) :: EndpointOpt -> EndpointOpt -> Bool # | |
IsOption EndpointOpt Source # | |
Instances
Show PathOpt Source # | |
Eq PathOpt Source # | |
IsOption PathOpt Source # | |
Defined in Test.Cleveland.Tasty.Internal.Options defaultValue :: PathOpt # parseValue :: String -> Maybe PathOpt # optionName :: Tagged PathOpt String # optionHelp :: Tagged PathOpt String # showDefaultValue :: PathOpt -> Maybe String # |
newtype DataDirOpt Source #
Instances
Show DataDirOpt Source # | |
Defined in Test.Cleveland.Tasty.Internal.Options showsPrec :: Int -> DataDirOpt -> ShowS # show :: DataDirOpt -> String # showList :: [DataDirOpt] -> ShowS # | |
Eq DataDirOpt Source # | |
Defined in Test.Cleveland.Tasty.Internal.Options (==) :: DataDirOpt -> DataDirOpt -> Bool # (/=) :: DataDirOpt -> DataDirOpt -> Bool # | |
IsOption DataDirOpt Source # | |
Defined in Test.Cleveland.Tasty.Internal.Options |
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.
Instances
Show VerboseOpt Source # | |
Defined in Test.Cleveland.Tasty.Internal.Options showsPrec :: Int -> VerboseOpt -> ShowS # show :: VerboseOpt -> String # showList :: [VerboseOpt] -> ShowS # | |
Eq VerboseOpt Source # | |
Defined in Test.Cleveland.Tasty.Internal.Options (==) :: VerboseOpt -> VerboseOpt -> Bool # (/=) :: VerboseOpt -> VerboseOpt -> Bool # | |
IsOption VerboseOpt Source # | |
Defined in Test.Cleveland.Tasty.Internal.Options |
newtype SecretKeyOpt Source #
SecretKeyOpt (Maybe SecretKey) |
Instances
Show SecretKeyOpt Source # | |
Defined in Test.Cleveland.Tasty.Internal.Options showsPrec :: Int -> SecretKeyOpt -> ShowS # show :: SecretKeyOpt -> String # showList :: [SecretKeyOpt] -> ShowS # | |
Eq SecretKeyOpt Source # | |
Defined in Test.Cleveland.Tasty.Internal.Options (==) :: SecretKeyOpt -> SecretKeyOpt -> Bool # (/=) :: SecretKeyOpt -> SecretKeyOpt -> Bool # | |
IsOption SecretKeyOpt Source # | |
data RunModeOpt Source #
Instances
newtype ContextLinesOpt Source #
Instances
Show ContextLinesOpt Source # | |
Defined in Test.Cleveland.Tasty.Internal.Options showsPrec :: Int -> ContextLinesOpt -> ShowS # show :: ContextLinesOpt -> String # showList :: [ContextLinesOpt] -> ShowS # | |
Eq ContextLinesOpt Source # | |
Defined in Test.Cleveland.Tasty.Internal.Options (==) :: ContextLinesOpt -> ContextLinesOpt -> Bool # (/=) :: ContextLinesOpt -> ContextLinesOpt -> Bool # | |
IsOption ContextLinesOpt Source # | |
Defined in Test.Cleveland.Tasty.Internal.Options |