datrs / random-access-disk

Continuously read/write to disk using random offsets and lengths .
Apache License 2.0
27 stars 13 forks source link

quickcheck #4

Closed yoshuawuyts closed 6 years ago

yoshuawuyts commented 6 years ago

As with https://github.com/datrs/random-access-memory/pull/1, we're introducing quickcheck to automate testing. Wip for now.

Probably should also think about how we handle reading out of bounds, because behavior is currently different between the implementations.

Changes