// Copyright 2015 Canonical Ltd. // Licensed under the AGPLv3, see LICENCE file for details. package cloud_test import ( stdtesting "testing" gc "gopkg.in/check.v1" ) func TestPackage(t *stdtesting.T) { gc.TestingT(t) }