You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PropTest/PropTestConfig data structures described here contain a value iterations which is not respected by checkAll, forAll, or the underlying internal proptest functions.
* Fix for PropTestConfig iterations
* improve tests
* Improve proptest function API to be more clear about the iteration variable (contained in the config)
Co-authored-by: Nico Richard <nicolas.richard@skipthedishes.ca>
* Fix for PropTestConfig iterations
* improve tests
* Improve proptest function API to be more clear about the iteration variable (contained in the config)
Co-authored-by: Nico Richard <nicolas.richard@skipthedishes.ca>
Which version of Kotest are you using
4.6.1
Description
The PropTest/PropTestConfig data structures described here contain a value
iterations
which is not respected bycheckAll
,forAll
, or the underlying internalproptest
functions.Steps to Reproduce
Test code:
Result:
The text was updated successfully, but these errors were encountered: