projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
7709: Merge branch 'master' into 7709-api-rails4
[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
}