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

Safe HaskellNone
LanguageHaskell2010

Test.Tasty.Hspec

Contents

Synopsis

Test

testSpecs :: Spec -> IO [TestTree] Source

Create a list of tasty TestTree from a Hspec Spec test. This returns the same tests as testSpec but doesn't create a tasty test group from them.

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