Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
module Test.Tasty.Providers.
ConsoleFormat This module can be used by providers to perform colorful/formatted output and possibly reuse tasty's own output formats.
-
tasty Test.Tasty.Providers.ConsoleFormat Console output format
ConsoleFormat :: ConsoleIntensity -> ColorIntensity -> Color -> ConsoleFormattasty Test.Tasty.Providers.ConsoleFormat No documentation available.
type
ConsoleFormatPrinter = ConsoleFormat -> IO () -> IO ()tasty Test.Tasty.Providers.ConsoleFormat Type of console format printer functions
-
tasty Test.Tasty.Providers.ConsoleFormat Format used to display failures
infoFailFormat :: ConsoleFormattasty Test.Tasty.Providers.ConsoleFormat Format used to display additional information on failures
-
tasty Test.Tasty.Providers.ConsoleFormat Format used to display additional information on successes
-
tasty Test.Tasty.Providers.ConsoleFormat Format used to display successes
skippedFormat :: ConsoleFormattasty Test.Tasty.Providers.ConsoleFormat Format used to display skipped tests
pattern
BeforeCommonEra :: Integer -> Yeartime Data.Time.Calendar Also known as Before Christ. Note that Year 1 = 1 CE, and the previous Year 0 = 1 BCE. CommonEra and BeforeCommonEra form a COMPLETE set.