Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
sydtest Test.Syd.Def.SetupFunc Use aroundAllWith with a SetupFunc
-
sydtest Test.Syd.Def.SetupFunc Use aroundWith with a SetupFunc
-
sydtest Test.Syd.Def.SetupFunc Use aroundWith' with a SetupFunc
-
sydtest Test.Syd.Def.SetupFunc Use all outer resources and the inner resource to provide a new inner resource This is a more constrained version of setupAroundWith' to more easily allow providing an inner resource based on multiple outer resources
settingColour :: Settings -> !Maybe Boolsydtest Test.Syd.OptParse Whether to use colour in the output, Nothing means "detect"
settingFailFast :: Settings -> !Boolsydtest Test.Syd.OptParse Whether to stop upon the first test failure
settingFailOnFlaky :: Settings -> !Boolsydtest Test.Syd.OptParse Whether to fail when any flakiness is detected in tests declared as flaky
settingFilters :: Settings -> ![Text]sydtest Test.Syd.OptParse The filters to use to select which tests to run
settingGoldenReset :: Settings -> !Boolsydtest Test.Syd.OptParse Whether to overwrite golden tests instead of having them fail
settingGoldenStart :: Settings -> !Boolsydtest Test.Syd.OptParse Whether to write golden tests if they do not exist yet