mozilla / rkv

A simple, humane, typed key-value storage solution.
https://crates.io/crates/rkv
Apache License 2.0
307 stars 52 forks source link

Move tests to the `tests` directory to allow vendoring into m-c #182

Closed victorporof closed 4 years ago

victorporof commented 4 years ago

Vendoring now fails when files exceed a certain limit. Easiest to work around this is to just move some tests into separate files.

Signed-off-by: Victor Porof victor.porof@gmail.com