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.
settingProfile :: Settings -> !Boolsydtest Test.Syd.OptParse Profiling mode
settingRandomiseExecutionOrder :: Settings -> !Boolsydtest Test.Syd.OptParse Randomise the execution order of the tests in the test suite
settingReportFile :: Settings -> !Maybe (Path Abs File)sydtest Test.Syd.OptParse Where to store the report
settingReportProgress :: Settings -> !ReportProgresssydtest Test.Syd.OptParse How to report progress
settingRetries :: Settings -> !Wordsydtest Test.Syd.OptParse How many times to retry a test for flakiness diagnostics
settingSeed :: Settings -> !SeedSettingsydtest Test.Syd.OptParse The seed to use for deterministic randomness
settingSkipPassed :: Settings -> !Boolsydtest Test.Syd.OptParse Whether to skip running tests that have already passed.
settingThreads :: Settings -> !Threadssydtest Test.Syd.OptParse How parallel to run the test suite
settingTimeout :: Settings -> !Timeoutsydtest Test.Syd.OptParse How many microseconds wait for a test to finish before considering it failed
setPseudorandomness :: SeedSetting -> IO ()sydtest Test.Syd.Runner No documentation available.