-
Notifications
You must be signed in to change notification settings - Fork 406
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shrinking failed tests will be deprecated when an explicit generator is given to forAll. Going forward, there should be another way for users to shrink failing tests. Naming it forAllShrink is the obvious candidate. This old version of forAllShrink taking a should be made private, and should also be updated to take an explicit Shrink[T] rather than an explicit T => Stream[T].
- Loading branch information
Showing
2 changed files
with
114 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters