github.com/mhilton/juju-juju@v0.0.0-20150901100907-a94dd2c73455/apiserver/reboot/suite_test.go (about) 1 // Copyright 2014 Cloudbase Solutions SRL 2 // Copyright 2014 Canonical Ltd. 3 // Licensed under the AGPLv3, see LICENCE file for details. 4 5 package reboot_test 6 7 import ( 8 stdtesting "testing" 9 10 coretesting "github.com/juju/juju/testing" 11 ) 12 13 func TestAll(t *stdtesting.T) { 14 coretesting.MgoTestPackage(t) 15 }