sandwich-0.1.0.3: Yet another test framework for Haskell
Safe HaskellNone
LanguageHaskell2010

Test.Sandwich.Internal.Running

Synopsis

Documentation

runWithRepeat :: Int -> IO (ExitReason, Int) -> IO () Source #

For 0 repeats, repeat until a failure

gatherNodeOptions :: Free (SpecCommand context m) r -> [NodeOptions] Source #

Gather all node options from a spec

gatherMainFunctions :: Free (SpecCommand context m) r -> [NodeModuleInfo] Source #

takenMainOptions :: [Text] Source #

TODO: get these automatically from mainCommandLineOptions

gatherShorthands :: [NodeModuleInfo] -> [(NodeModuleInfo, Text)] Source #