hydra-node
Safe HaskellSafe-Inferred
LanguageGHC2021

Hydra.ConfigSpec

Synopsis

Documentation

spec :: Spec Source #

parseRunOptions :: [String] -> IO RunOptions Source #

Parse args as RunOptions, or fail the test.

withYaml :: String -> (FilePath -> FilePath -> IO a) -> IO a Source #

Write YAML content to a temporary file and run the action with its path and the directory containing it (for constructing expected resolved paths).