github.com/altoros/juju-vmware@v0.0.0-20150312064031-f19ae857ccca/api/annotations/package_test.go (about)

     1  // Copyright 2015 Canonical Ltd.
     2  // Licensed under the AGPLv3, see LICENCE file for details.
     3  
     4  package annotations_test
     5  
     6  import (
     7  	gc "gopkg.in/check.v1"
     8  	"testing"
     9  )
    10  
    11  func TestAll(t *testing.T) {
    12  	gc.TestingT(t)
    13  }