Commit fb847172 authored by Adin Schmahmann's avatar Adin Schmahmann

testing: add datastore testsuite

parent 2007eba9
......@@ -4,7 +4,7 @@ os:
language: go
go:
- 1.11.x
- 1.12.x
env:
global:
......
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)
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment