sydtest-0.15.0.0: A modern testing framework for Haskell with good defaults and advanced testing features.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Syd.Path

Synopsis

Documentation

tempDirSpec Source #

Arguments

:: String

Temporary directory name template

-> TestDefM outers (Path Abs Dir) result 
-> TestDefM outers () result 

A test suite that has access to a temporary directory

tempDirSetupFunc Source #

Arguments

:: String

Temporary directory name template

-> SetupFunc (Path Abs Dir) 

Setup function for a temporary directory

tempBinaryFileWithContentsSetupFunc Source #

Arguments

:: String

Temporary directory name template

-> ByteString 
-> SetupFunc (Path Abs File)