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