Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
sydtest Test.Syd.Def.Specify Declare a test that uses all outer resources You will most likely never need this function, but in case you do: Note that this will always require a type annotation, along with the GADTs and ScopedTypeVariables extensions.
Example usage
beforeAll (pure 'a') $ beforeAll (pure 5) $ itWithAll "example" $ \(HCons c (HCons i HNil) :: HList '[Char, Int]) () -> (c, i) `shouldeBe` ('a', 5) -
sydtest Test.Syd.Def.Specify A synonym for itWithAll
-
sydtest Test.Syd.Def.Specify No documentation available.
-
sydtest Test.Syd.Def.Specify A synonym for xitWithAll
anyErrorCall :: Selector ErrorCallsydtest Test.Syd.Expectation No documentation available.
errorCall :: String -> Selector ErrorCallsydtest Test.Syd.Expectation No documentation available.
-
sydtest Test.Syd.Modify No documentation available.
-
sydtest Test.Syd.Modify No documentation available.
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.