tasty-sugar-1.2.0.0: Tests defined by Search Using Golden Answer References
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Tasty.Sugar.AssocCheck

Description

Function and implementation to find association files for an identified test root file.

Synopsis

Documentation

getAssoc :: FilePath -> Separators -> [NamedParamMatch] -> [(String, FileSuffix)] -> [FilePath] -> Logic [(String, FilePath)] Source #

For a specific NamedParamMatch, find all associated files having the rootMatch plus the named parameter values (in the same order but with any combination of separators) and the specified suffix match.