1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.
package agent_test
import (
stdtesting "testing"
"launchpad.net/juju-core/testing"
)
func Test(t *stdtesting.T) {
testing.MgoTestPackage(t)
}
|