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.
parallel :: forall (a :: [Type]) b c . TestDefM a b c -> TestDefM a b csydtest Test.Syd.Modify Declare that all tests below may be run in parallel. (This is the default.)
potentiallyFlaky :: forall (a :: [Type]) b c . TestDefM a b c -> TestDefM a b csydtest Test.Syd.Modify 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.Modify Like potentiallyFlaky, but with a message.
withParallelism :: forall (a :: [Type]) b c . Parallelism -> TestDefM a b c -> TestDefM a b csydtest Test.Syd.Modify Annotate a test group with Parallelism.
-
sydtest Test.Syd.SpecDef No documentation available.
-
sydtest Test.Syd.SpecDef No documentation available.
-
sydtest Test.Syd.SpecDef No documentation available.
-
sydtest Test.Syd.SpecDef No documentation available.
-
sydtest Test.Syd.SpecDef No documentation available.
-
sydtest Test.Syd.SpecDef Control the level of parallelism for a given group of tests