github.com/cloud-green/juju@v0.0.0-20151002100041-a00291338d3d/provider/common/provider_test.go (about)

     1  package common_test
     2  
     3  import (
     4  	"testing"
     5  
     6  	gc "gopkg.in/check.v1"
     7  )
     8  
     9  func TestPackage(t *testing.T) {
    10  	gc.TestingT(t)
    11  }