main_test.go 117 B

123456789
  1. package common
  2. import (
  3. "testing"
  4. checker "gopkg.in/check.v1"
  5. )
  6. func Test(t *testing.T) { checker.TestingT(t) }