tasty-quickcheck

QuickCheck support for the Tasty test framework.

http://documentup.com/feuerbach/tasty

Version on this page:0.9.1
LTS Haskell 22.13:0.10.2
Stackage Nightly 2024-03-14:0.10.3@rev:1
Latest on Hackage:0.10.3@rev:1

See all snapshots tasty-quickcheck appears in

MIT licensed and maintained by Roman Cheplyaka
This version can be pinned in stack with:tasty-quickcheck-0.9.1@sha256:f976e3f07c18ca87050b194a6080a324550ed40ece643e372abb636c0d9e1cc2,1412

Module documentation for 0.9.1

Used by 2 packages in nightly-2017-10-28(full list with versions):

QuickCheck support for the Tasty test framework.

Changes

Changes

Version 0.9.1

  • Expose internal optionSetToArgs function

Version 0.9

  • Drop support for QuickCheck < 2.7

  • Change the --quickcheck-show-replay semantics

    Previously, when the flag was set to True, the seed was only shown on failure.

    Now, the seed is shown on failure regardless of the value of the flag, and the flag causes the seed to be shown on success.

    The default value for --quickcheck-show-replay is now False.

Version 0.8.4

Add a “–quickcheck-verbose” option

Version 0.8.3.2

  • Put correct lower version bound on tasty
  • Allow use of older QuickCheck for HP compatibility

Version 0.8.3.1

When QC message throws an exception, still print the replay message

Version 0.8.3

  • Export ‘show replay’ option
  • Fixed a run-time error when using QuickCheck’s expectFailure

Version 0.8.2

  • Allow suppressing the –quickcheck-replay hint
  • Split the changelog out of the main tasty changelog

Version 0.8.1

Re-export Gen from Test.Tasty.QuickCheck

Version 0.8.0.3

Upgrade to QuickCheck 2.7

Version 0.8

Update to tasty-0.8

Version 0.3.1

Use the original QuickCheck’s output format

Version 0.3

Add options for maximum size and maximum ratio; support replay.

Version 0.2

Re-export useful bits of Test.QuickCheck from Test.Tasty.QuickCheck