Test.Tasty
type TestName = String Source #
type TestTree = Spec Source #
defaultMain ∷ Spec → IO () Source #
testGroup ∷ HasCallStack ⇒ String → [SpecWith a] → SpecWith a Source #
localOption ∷ QuickCheckMaxRatio → SpecWith a → SpecWith a Source #