Documentation ¶ Index ¶ func TestStore(t *testing.T, newStore func() (_ simplekv.Store, err error)) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func TestStore ¶ func TestStore(t *testing.T, newStore func() (_ simplekv.Store, err error)) TestStore runs a set of tests to check that a given store implementation works correctly. The newStore function will be called to create new store instances for the tests - each one should be independent of the others. Types ¶ This section is empty. Source Files ¶ View all Source files keyvalue.go Click to show internal directories. Click to hide internal directories.