Versions in this module Expand all Collapse all v0 v0.0.1 May 28, 2021 Changes in this version + var BasicSubtests = []func(t *testing.T, ds dstore.Datastore) + var BatchSubtests = []func(t *testing.T, ds dstore.Batching) + var ElemCount = 100 + var TestError = errors.New("test error") + func Err(err error, t *testing.T, msgs ...string) + func False(v bool, t *testing.T, msgs ...string) + func NewTestDatastore(testErrors bool) *testDatastore + func Nil(err error, t *testing.T, msgs ...string) + func RunBatchDeleteTest(t *testing.T, ds dstore.Batching) + func RunBatchPutAndDeleteTest(t *testing.T, ds dstore.Batching) + func RunBatchTest(t *testing.T, ds dstore.Batching) + func SubtestAll(t *testing.T, ds dstore.Datastore) + func SubtestBasicPutGet(t *testing.T, ds dstore.Datastore) + func SubtestBasicSync(t *testing.T, ds dstore.Datastore) + func SubtestCombinations(t *testing.T, ds dstore.Datastore) + func SubtestFilter(t *testing.T, ds dstore.Datastore) + func SubtestLimit(t *testing.T, ds dstore.Datastore) + func SubtestManyKeysAndQuery(t *testing.T, ds dstore.Datastore) + func SubtestNotFounds(t *testing.T, ds dstore.Datastore) + func SubtestOrder(t *testing.T, ds dstore.Datastore) + func SubtestPrefix(t *testing.T, ds dstore.Datastore) + func SubtestReturnSizes(t *testing.T, ds dstore.Datastore) + func TestElemCount(t *testing.T) + func True(v bool, t *testing.T, msgs ...string)