sandwich-0.1.0.9: Yet another test framework for Haskell
Safe HaskellNone
LanguageHaskell2010

Test.Sandwich.Formatters.Print

Contents

Description

The print formatter prints all results from the test tree from top to bottom, as they become available.

Documentation can be found here.

Synopsis

Documentation

defaultPrintFormatter :: PrintFormatter Source #

Options

printFormatterUseColor :: PrintFormatter -> Bool Source #

Whether to use color in output. Defaults to True.

printFormatterLogLevel :: PrintFormatter -> Maybe LogLevel Source #

Log level to show in output. Defaults to LevelWarn.

printFormatterIncludeCallStacks :: PrintFormatter -> Bool Source #

Whether to include callstacks with failures.

printFormatterIndentSize :: PrintFormatter -> Int Source #

The indentation unit in spaces. Defaults to 4.

printFormatterVisibilityThreshold :: PrintFormatter -> Int Source #

Visibility threshold. Nodes above this threshold will not be shown.