github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/environs/imagedownloads/package_test.go (about)

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