hspec-discover-2.2.3: Automatically discover and run Hspec tests

Safe HaskellSafe
LanguageHaskell2010

Test.Hspec.Discover.Run

Description

A preprocessor that finds and combines specs.

NOTE: This module is not meant for public consumption. For user documentation look at http://hspec.github.io/hspec-discover.html.

Synopsis

Documentation

run :: [String] -> IO () Source

data Spec Source

Constructors

Spec 

importList :: [Spec] -> ShowS Source

Generate imports for a list of specs.

moduleNameFromId :: String -> String Source

Return module name of a fully qualified identifier.

pathToModule :: FilePath -> String Source

Derive module name from specified path.