sandwich-0.2.2.0: Yet another test framework for Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Sandwich.Formatters.Silent

Contents

Description

The silent formatter does nothing except print the test root folder path, if present.

This is provided as an explicit formatter so it can print that single line. If you don't want anything at all to be printed, you can just run with no formatters.

Documentation can be found here.

Synopsis

Documentation

defaultSilentFormatter :: SilentFormatter Source #

Options