hspec-slow-0.2.0.1: Find slow test cases
Safe HaskellNone
LanguageHaskell2010

Test.Hspec.Slow

Synopsis

Documentation

configure :: Int -> IO SlowConfiguration Source #

timedHspec :: SlowConfiguration -> (Timer -> SpecWith ()) -> IO () Source #

timedHspecParallel :: SlowConfiguration -> (Timer -> SpecWith ()) -> IO () Source #

timeThese :: SlowConfiguration -> SpecWith a -> SpecWith a Source #

times all tests without having to use a custom it function