solvuu / phat

Strongly typed file path and file system operations.
ISC License
27 stars 4 forks source link

make sure test execution is reproducible #19

Open pveber opened 8 years ago

pveber commented 8 years ago

It seems to me that ounit runs tests in parallel, which makes our use of Random functions not reproducible. This is not great for (cross-platform) debugging, and should be fixed.

agarwal commented 8 years ago

Perhaps this would be facilitated by using Core's Quickcheck, as suggested in #20. It appears to have well defined support for this.