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

Test.Tasty.Sugar.Analysis

Description

Main internal entry point for determining the various test configurations specified by a CUBE input.

Synopsis

Documentation

checkRoots :: CUBE -> [CandidateFile] -> (Int, [([Sweets], [SweetExplanation])], IterStat) Source #

Given a CUBE and a list of candidate files in the target directories, return all Sweets matches along with an explanation of the search process. This is the core implementation for the findSugar API interface.