github.com/cloud-green/juju@v0.0.0-20151002100041-a00291338d3d/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  }