4
4
. "launchpad.net/gocheck"
8
8
// Tests is a gocheck suite containing tests verifying
9
9
// juju functionality against the environment with Name that
10
10
// must exist within Environs.
19
19
e, err := t.Environs.Open(t.Name)
20
20
c.Assert(err, IsNil, Bug("opening environ %q", t.Name))