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.

  1. settingProfile :: Settings -> !Bool

    sydtest Test.Syd.OptParse

    Profiling mode

  2. settingRandomiseExecutionOrder :: Settings -> !Bool

    sydtest Test.Syd.OptParse

    Randomise the execution order of the tests in the test suite

  3. settingReportFile :: Settings -> !Maybe (Path Abs File)

    sydtest Test.Syd.OptParse

    Where to store the report

  4. settingReportProgress :: Settings -> !ReportProgress

    sydtest Test.Syd.OptParse

    How to report progress

  5. settingRetries :: Settings -> !Word

    sydtest Test.Syd.OptParse

    How many times to retry a test for flakiness diagnostics

  6. settingSeed :: Settings -> !SeedSetting

    sydtest Test.Syd.OptParse

    The seed to use for deterministic randomness

  7. settingSkipPassed :: Settings -> !Bool

    sydtest Test.Syd.OptParse

    Whether to skip running tests that have already passed.

  8. settingThreads :: Settings -> !Threads

    sydtest Test.Syd.OptParse

    How parallel to run the test suite

  9. settingTimeout :: Settings -> !Timeout

    sydtest Test.Syd.OptParse

    How many microseconds wait for a test to finish before considering it failed

  10. setPseudorandomness :: SeedSetting -> IO ()

    sydtest Test.Syd.Runner

    No documentation available.

Page 196 of many | Previous | Next