Test.Hspec.Discover.Config
Description
NOTE: This module is not meant for public consumption. For user documentation look at https://hspec.github.io/hspec-discover.html.
data Config Source #
Constructors
Fields
Defined in Test.Hspec.Discover.Config
Methods
showsPrec :: Int -> Config -> ShowS Source #
show :: Config -> String Source #
showList :: [Config] -> ShowS Source #
(==) :: Config -> Config -> Bool Source #
(/=) :: Config -> Config -> Bool Source #
defaultConfig :: Config Source #
parseConfig :: String -> [String] -> Either String Config Source #
usage :: String -> String Source #