MIT licensed and maintained by Roman Cheplyaka
This version can be pinned in stack with:tasty-smallcheck-0.8.2@sha256:b0eeb241a4d34401dbc23790b56989a6089b9b9b2dc07f7b0eece7c485826300,1189

Module documentation for 0.8.2

Used by 2 packages in nightly-2024-03-14(full list with versions):

SmallCheck support for the Tasty test framework.

Changes

Changes

Version 0.8.2

Add a --smallcheck-max-count option, which limits the number of test cases for a given property test

Version 0.8.1

Intercept exceptions thrown by the property, adhering to the new tasty API contract.

Version 0.8.0.1

Split the changelog out of the main tasty changelog

Version 0.8

Update to tasty-0.8

Version 0.2

  • Add an execRunner function
  • Make Runner return IO Bool
  • Re-export useful bits of Test.SmallCheck from Test.Tasty.SmallCheck