tasty-sugar-1.2.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 -> [FilePath] -> (Int, [([Sweets], [SweetExplanation])]) Source #

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