mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-02 13:43:11 +00:00
* adding monted store * misc spelling * adding mounted store tests to suite * split out key * relaxed key initialization * always mount and lookup by path * cleaned up and reorged tests * test lookup by path * add re-exports * more re-exports * fix warnings and re-exports
10 lines
194 B
Nim
10 lines
194 B
Nim
import
|
|
./datastore/testkey,
|
|
./datastore/testdatastore,
|
|
./datastore/testfsds,
|
|
./datastore/testsql,
|
|
./datastore/testtieredds,
|
|
./datastore/testmountedds
|
|
|
|
{.warning[UnusedImport]: off.}
|