github.com/juju/juju@v0.0.0-20240327075706-a90865de2538/worker/lease/manifold/package_test.go (about) 1 // Copyright 2018 Canonical Ltd. 2 // Licensed under the AGPLv3, see LICENCE file for details. 3 4 package manifold_test 5 6 import ( 7 stdtesting "testing" 8 9 coretesting "github.com/juju/juju/testing" 10 ) 11 12 //go:generate go run go.uber.org/mock/mockgen -package manifold_test -destination database_mock_test.go github.com/juju/juju/core/database TrackedDB 13 14 func TestPackage(t *stdtesting.T) { 15 coretesting.MgoTestPackage(t) 16 }