-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Collect statistics of your Tasty testsuite
--   
--   Collect statistics of your Tasty testsuite in a CSV file
@package tasty-stats
@version 0.2.0.4

module Test.Tasty.Stats

-- | Reporter with support to collect statistics in a file.
statsReporter :: Ingredient

-- | Console reporter with support to collect statistics in a file.
consoleStatsReporter :: Ingredient
instance Test.Tasty.Options.IsOption (GHC.Base.Maybe Test.Tasty.Stats.StatsFile)
