Merge pull request #1663 from dmcgowan/content-local-labels

content: add support for label storage in local content store
This commit is contained in:
Stephen Day
2017-11-01 11:24:15 -07:00
committed by GitHub
8 changed files with 178 additions and 16 deletions

View File

@@ -30,5 +30,4 @@ func createContentStore(ctx context.Context, root string) (content.Store, func()
func TestContent(t *testing.T) {
testsuite.ContentSuite(t, "metadata", createContentStore)
testsuite.ContentLabelSuite(t, "metadata", createContentStore)
}