tahoe-lafs / zfec

zfec -- an efficient, portable erasure coding tool
Other
373 stars 44 forks source link

Replace QuickCheck with Hedgehog #88

Open exarkun opened 1 year ago

exarkun commented 1 year ago

Tasty / Hedgehog runner has some better command line options for controlling how the suite runs. Also the tests end up being a bit more succinct.

I also hoped this would reveal the same misbehavior as tahoe-chk sees when its Hedgehog-based tests exercise Codec.FEC.encode/decode but alas this has not happened.