| License | MIT |
|---|---|
| Safe Haskell | None |
| Language | GHC2021 |
Test.Hspec.TidyFormatter
Contents
Description
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.
Re-exported API
module Test.Hspec.Api.Formatters.V3