kopper
12/22/2020, 8:47 AMminIterations
for Arb
include at least one sample? Right now it counts only all edge cases https://github.com/kotest/kotest/blob/master/kotest-property/src/commonMain/kotlin/io/kotest/property/Gen.kt#L39sam
12/22/2020, 10:36 AMkopper
12/22/2020, 10:40 AMsam
12/22/2020, 10:41 AMkopper
12/22/2020, 10:44 AMthis.edgecases().size
it will be a breaking change. How to proceed in such a case?sam
12/22/2020, 11:44 AMPropertyTesting
so it's not a breaking change. In the future we can perhaps make this the default.kopper
12/22/2020, 8:50 PM