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. settingFailFast :: Settings -> !Bool

    sydtest Test.Syd.OptParse

    Whether to stop upon the first test failure

  2. settingFailOnFlaky :: Settings -> !Bool

    sydtest Test.Syd.OptParse

    Whether to fail when any flakiness is detected in tests declared as flaky

  3. settingFilters :: Settings -> ![Text]

    sydtest Test.Syd.OptParse

    The filters to use to select which tests to run

  4. settingGoldenReset :: Settings -> !Bool

    sydtest Test.Syd.OptParse

    Whether to overwrite golden tests instead of having them fail

  5. settingGoldenStart :: Settings -> !Bool

    sydtest Test.Syd.OptParse

    Whether to write golden tests if they do not exist yet

  6. settingIterations :: Settings -> !Iterations

    sydtest Test.Syd.OptParse

    How many iterations to use to look diagnose flakiness

  7. settingMaxDiscard :: Settings -> !Int

    sydtest Test.Syd.OptParse

    The maximum number of discarded examples per tested example

  8. settingMaxShrinks :: Settings -> !Int

    sydtest Test.Syd.OptParse

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

  9. settingMaxSize :: Settings -> !Int

    sydtest Test.Syd.OptParse

    The maximum size parameter to supply to generators

  10. settingMaxSuccess :: Settings -> !Int

    sydtest Test.Syd.OptParse

    How many examples to run a property test with

Page 195 of many | Previous | Next