sydtest-0.23.0.1: A modern testing framework for Haskell with good defaults and advanced testing features.
Safe HaskellNone
LanguageHaskell2010

Test.Syd.Output.Terse

Synopsis

Documentation

outputTerseSummary :: Settings -> Timed ResultForest -> [[Chunk]] Source #

Output the terse report as chunks.

outputTerseFailure :: Settings -> ([Text], TDef (Timed TestRunReport)) -> [[Chunk]] Source #

Output a single failure in terse format.

outputTerseStats :: TestSuiteStats -> Double -> [Chunk] Source #

Output the summary line in terse format.

Format: Summary: X failed, Y passed, Z pending (Ns)