projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '10280-squeue-error' closes #10280
[arvados.git]
/
services
/
keepstore
/
gocheck_test.go
1
package main
2
3
import (
4
"gopkg.in/check.v1"
5
"testing"
6
)
7
8
func TestGocheck(t *testing.T) {
9
check.TestingT(t)
10
}