Documentation ¶
Overview ¶
Package storetest provides correctness tests for implementations of the blob.KV interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NopCloser ¶ added in v0.8.0
func NopCloser(s blob.Store) blob.StoreCloser
NopCloser wraps a blob.Store with a no-op Close method to implement blob.StoreCloser.
func Run ¶
func Run(t *testing.T, s blob.StoreCloser)
Run applies the test script to empty store s, then closes s. Any errors are reported to t. After Run returns, the contents of s are garbage.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.