projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into 11071-fts-perf-test
[arvados.git]
/
services
/
ws
/
gocheck_test.go
1
package main
2
3
import (
4
"testing"
5
6
check "gopkg.in/check.v1"
7
)
8
9
func TestGocheck(t *testing.T) {
10
check.TestingT(t)
11
}