github.com/juju/juju@v0.0.0-20240430160146-1752b71fcf00/worker/machineactions/package_test.go (about)

     1  // Copyright 2016 Canonical Ltd.
     2  // Copyright 2016 Cloudbase Solutions
     3  // Licensed under the AGPLv3, see LICENCE file for details.
     4  
     5  package machineactions_test
     6  
     7  import (
     8  	stdtesting "testing"
     9  
    10  	gc "gopkg.in/check.v1"
    11  )
    12  
    13  func TestPackage(t *stdtesting.T) {
    14  	gc.TestingT(t)
    15  }
    16  
    17  //go:generate go run go.uber.org/mock/mockgen -package mocks -destination mocks/mock_facade.go github.com/juju/juju/worker/machineactions Facade
    18  //go:generate go run go.uber.org/mock/mockgen -package mocks -destination mocks/mock_lock.go github.com/juju/juju/core/machinelock Lock