hedgehogqa / hedgehogqa/fsharp-hedgehog
Obtain shrink tree from a generator for particular value
Open
- Dominant language
- F#
- Stars
- 284
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
Given our current implementation, is it possible to define a function with signature
```fsharp
'a -> Gen<'a> -> Tree<'a>
```
that returns the shrink tree that the generator would use if the given value failed the test?
Of course this is not always possible. For example, the given value might not be in the range of the generator.
Contributor guide
Assessment
This issue has not been assessed yet.