Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
potentiallyFlaky :: forall (a :: [Type]) b c . TestDefM a b c -> TestDefM a b csydtest Test.Syd Mark a test suite as 'potentially flaky', such that it will not fail if it is flaky but passes at least once.
potentiallyFlakyWith :: forall (a :: [Type]) b c . String -> TestDefM a b c -> TestDefM a b csydtest Test.Syd Like potentiallyFlaky, but with a message.
-
sydtest Test.Syd -
sydtest Test.Syd Use aroundAllWith with a SetupFunc
-
sydtest Test.Syd A synonym for itWithAll
testDefCallStack :: TDef value -> CallStacksydtest Test.Syd No documentation available.
withParallelism :: forall (a :: [Type]) b c . Parallelism -> TestDefM a b c -> TestDefM a b csydtest Test.Syd Annotate a test group with Parallelism.
-
sydtest Test.Syd No documentation available.
-
sydtest Test.Syd A synonym for xitWithAll
-
This module defines all the functions you will use to define your test suite.