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

Test.Tasty.Sugar.Report

Description

Generate user-consumable reports regarding the findings of tasty-sugar.

Synopsis

Documentation

sweetsKVITable :: [Sweets] -> KVITable FilePath Source #

Converts a set of discovered Sweets into a KVITable; this is usually done in order to render the KVITable in a readable format.

sweetsTextTable :: [CUBE] -> [Sweets] -> Text Source #

Converts a set of discovered Sweets directly into a text-based table for shoing to the user.