hspec-tidy-formatter-0.1.0.0: A custom hspec formatter for easy-to-read terminal output.
LicenseMIT
Safe HaskellNone
LanguageGHC2021

Test.Hspec.TidyFormatter

Description

 
Synopsis

Formatter

use :: SpecWith () -> SpecWith () Source #

Use the formatter by default. Also makes it available for selection with hspec --format=tidy.

register :: SpecWith a -> SpecWith a Source #

Make the formatter available for selection with hspec --format=tidy.

formatter :: (String, Formatter) Source #

The named formatter.

Re-exported API