Skip to content

Commit

Permalink
testing: add datastore testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed Nov 26, 2019
1 parent 2007eba commit c684950
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions measure_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package measure

import (
"testing"

dstest "github.com/ipfs/go-datastore/test"
)

func TestSuite(t *testing.T) {
d := New("measure", dstest.NewTestDatastore(false))
dstest.SubtestAll(t, d)
}

0 comments on commit c684950

Please sign in to comment.