github.com/cloudbase/juju-core@v0.0.0-20140504232958-a7271ac7912f/provider/common/provider_test.go (about)

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