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.

  1. settingIterations :: Settings -> !Iterations

    sydtest Test.Syd.OptParse

    How many iterations to use to look diagnose flakiness

  2. settingMaxDiscard :: Settings -> !Int

    sydtest Test.Syd.OptParse

    The maximum number of discarded examples per tested example

  3. settingMaxShrinks :: Settings -> !Int

    sydtest Test.Syd.OptParse

    The maximum number of tries to use while shrinking a counterexample.

  4. settingMaxSize :: Settings -> !Int

    sydtest Test.Syd.OptParse

    The maximum size parameter to supply to generators

  5. settingMaxSuccess :: Settings -> !Int

    sydtest Test.Syd.OptParse

    How many examples to run a property test with

  6. settingProfile :: Settings -> !Bool

    sydtest Test.Syd.OptParse

    Profiling mode

  7. settingRandomiseExecutionOrder :: Settings -> !Bool

    sydtest Test.Syd.OptParse

    Randomise the execution order of the tests in the test suite

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

    sydtest Test.Syd.OptParse

    Where to store the report

  9. settingReportProgress :: Settings -> !ReportProgress

    sydtest Test.Syd.OptParse

    How to report progress

  10. settingRetries :: Settings -> !Word

    sydtest Test.Syd.OptParse

    How many times to retry a test for flakiness diagnostics

Page 211 of many | Previous | Next