Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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
settingIterations :: Settings -> !Iterationssydtest Test.Syd.OptParse How many iterations to use to look diagnose flakiness
settingMaxDiscard :: Settings -> !Intsydtest Test.Syd.OptParse The maximum number of discarded examples per tested example
settingMaxShrinks :: Settings -> !Intsydtest Test.Syd.OptParse The maximum number of tries to use while shrinking a counterexample.
settingMaxSize :: Settings -> !Intsydtest Test.Syd.OptParse The maximum size parameter to supply to generators
settingMaxSuccess :: Settings -> !Intsydtest Test.Syd.OptParse How many examples to run a property test with