test-framework-quickcheck2

QuickCheck-2 support for the test-framework package.

http://haskell.github.io/test-framework/

Version on this page:0.3.0.4@rev:1
LTS Haskell 22.14:0.3.0.5@rev:3
Stackage Nightly 2024-03-28:0.3.0.5@rev:3
Latest on Hackage:0.3.0.5@rev:3

See all snapshots test-framework-quickcheck2 appears in

BSD-3-Clause licensed by Max Bolingbroke
Maintained by Haskell Libraries
This version can be pinned in stack with:test-framework-quickcheck2-0.3.0.4@sha256:ce753a12a8c1ce01fe886ca1a1cbcda3af46d438bc5ccdeb797eead95c7df690,1821

Module documentation for 0.3.0.4

  • Test
    • Test.Framework
      • Test.Framework.Providers
        • Test.Framework.Providers.QuickCheck2

Allows QuickCheck-2 properties to be used with the test-framework package.

Changes

0.3.0.4

  • Add support for Quickcheck >= 2.8 && < 2.11’s InsufficientCoverage status result
  • Drop support for GHC < 7.0 (require Haskell2010 support)
  • Prevent maxDiscardRatio from becoming zero