github.com/makyo/juju@v0.0.0-20160425123129-2608902037e9/worker/migrationminion/package_test.go (about) 1 package migrationminion_test 2 3 import ( 4 stdtesting "testing" 5 6 gc "gopkg.in/check.v1" 7 ) 8 9 func TestPackage(t *stdtesting.T) { 10 gc.TestingT(t) 11 }