sos-os / alarm

ALARM: Another Library for Allocating and Releasing Memory
Apache License 2.0
8 stars 6 forks source link

Consider migrating tests from `quickcheck` to `proptest` #56

Open hawkw opened 6 years ago

hawkw commented 6 years ago

The proptest crate has some significant differences from quickcheck which might be beneficial for our use case. See https://github.com/AltSysrq/proptest#differences-between-quickcheck-and-proptest for details.