github.com/juju/charmrepo/v7@v7.0.1/testing/package_test.go (about)

     1  package testing_test // import "github.com/juju/charmrepo/v7/testing"
     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  }