github.com/mwhudson/juju@v0.0.0-20160512215208-90ff01f3497f/apiserver/authentication/package_test.go (about)

     1  package authentication_test
     2  
     3  import (
     4  	"testing"
     5  
     6  	coretesting "github.com/juju/juju/testing"
     7  )
     8  
     9  func TestAll(t *testing.T) {
    10  	coretesting.MgoTestPackage(t)
    11  }