jobjo / popper

Property-based testing at ease
ISC License
43 stars 1 forks source link

Fix size distribution #33

Closed jobjo closed 3 years ago

jobjo commented 3 years ago

Addresses two issues:

1) When tests were moved around the ran with different seeds. Now they always run with the config seed. That is the random monadic values are evaluated once for each test rather than being sequenced.

2) There was a bug that caused resize to resize all subsequent samples. Now fixed.