github.com/mhilton/juju-juju@v0.0.0-20150901100907-a94dd2c73455/apiserver/authentication/package_test.go (about) 1 package authentication_test 2 3 import ( 4 "testing" 5 6 gc "gopkg.in/check.v1" 7 8 coretesting "github.com/juju/juju/testing" 9 ) 10 11 var _ = gc.Suite(&AgentAuthenticatorSuite{}) 12 13 func TestAll(t *testing.T) { 14 coretesting.MgoTestPackage(t) 15 }