Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-ds-measure
Commits
fb847172
Commit
fb847172
authored
Nov 26, 2019
by
Adin Schmahmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing: add datastore testsuite
parent
2007eba9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
.travis.yml
.travis.yml
+1
-1
measure_test.go
measure_test.go
+12
-0
No files found.
.travis.yml
View file @
fb847172
...
...
@@ -4,7 +4,7 @@ os:
language
:
go
go
:
-
1.1
1
.x
-
1.1
2
.x
env
:
global
:
...
...
measure_test.go
0 → 100644
View file @
fb847172
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
)
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment