tasty-hspec-1.1.2: Hspec support for the Tasty test framework.

Safe HaskellNone
LanguageHaskell2010

Test.Tasty.Hspec

Contents

Synopsis

Test

Options

Re-exported from tasty-smallcheck

Re-exported from tasty-quickcheck

newtype QuickCheckMaxRatio :: *

Maximum number of of discarded tests per successful test before giving up.

Constructors

QuickCheckMaxRatio Int 

newtype QuickCheckReplay :: *

Replay a previous test using a replay token

Constructors

QuickCheckReplay (Maybe (QCGen, Int)) 

Hspec re-export

module Test.Hspec