Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devel/hs-tasty-quickcheck: update to tasty-quickcheck-0.11.1
Version 0.11.1 -------------- * Add timeouts for individual tests within a property ([#425](UnkindPartition/tasty#425)). * Define `showDefaultValue` for `QuickCheckTests`, `QuickCheckMaxSize` and `QuickCheckMaxRatio` ([#428](UnkindPartition/tasty#428)). * Print the number of QuickCheck shrinks in the progress message ([#431](UnkindPartition/tasty#431)). * Drop support for GHC 7.10. Version 0.11 -------------- * Fix issues with QuickCheck progress reporting in the presence of `withMaxSuccess` ([#419](UnkindPartition/tasty#419)). * Produce seeds that run a single failing tests instead of reproducing all the earlier successes ([#410](UnkindPartition/tasty#410)). Seeds are now pairs instead of single integers, e.g. `--quickcheck-replay="(SMGen 2909028190965759779 12330386376379709109,0)"` Single integer seeds are still accepted as input, but they do run through earlier successes. The `QuickCheckReplay` type used as a tasty option has three data constructors now. `QuickCheckReplayNone` is the default value and provides no seed. `QuickCheckReplayLegacy` takes an integer as before. The `QuickCheckReplay` data constructor takes the new seed form.
- Loading branch information