github.com/altoros/juju-vmware@v0.0.0-20150312064031-f19ae857ccca/testcharms/charm.go (about)

     1  // Copyright 2014 Canonical Ltd.
     2  // Licensed under the AGPLv3, see LICENCE file for details.
     3  
     4  // Package testcharms holds a corpus of charms
     5  // for testing.
     6  package testcharms
     7  
     8  import (
     9  	"gopkg.in/juju/charm.v4/testing"
    10  )
    11  
    12  // Repo provides access to the test charm repository.
    13  var Repo = testing.NewRepo("charm-repo", "quantal")