github.com/mhilton/juju-juju@v0.0.0-20150901100907-a94dd2c73455/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.v5/testing"
    10  )
    11  
    12  // Repo provides access to the test charm repository.
    13  var Repo = testing.NewRepo("charm-repo", "quantal")