Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. settingGoldenStart :: Settings -> !Bool

    sydtest Test.Syd.OptParse

    Whether to write golden tests if they do not exist yet

  2. settingIterations :: Settings -> !Iterations

    sydtest Test.Syd.OptParse

    How many iterations to use to look diagnose flakiness

  3. settingMaxDiscard :: Settings -> !Int

    sydtest Test.Syd.OptParse

    The maximum number of discarded examples per tested example

  4. settingMaxShrinks :: Settings -> !Int

    sydtest Test.Syd.OptParse

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

  5. settingMaxSize :: Settings -> !Int

    sydtest Test.Syd.OptParse

    The maximum size parameter to supply to generators

  6. settingMaxSuccess :: Settings -> !Int

    sydtest Test.Syd.OptParse

    How many examples to run a property test with

  7. settingProfile :: Settings -> !Bool

    sydtest Test.Syd.OptParse

    Profiling mode

  8. settingRandomiseExecutionOrder :: Settings -> !Bool

    sydtest Test.Syd.OptParse

    Randomise the execution order of the tests in the test suite

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

    sydtest Test.Syd.OptParse

    Where to store the report

  10. settingReportProgress :: Settings -> !ReportProgress

    sydtest Test.Syd.OptParse

    How to report progress

Page 211 of many | Previous | Next