14 lines
153 B
Go
14 lines
153 B
Go
package deploy
|
|
|
|
import "testing"
|
|
|
|
func TestOctopusDeploy(t *testing.T) {
|
|
|
|
OctopusDeploy()
|
|
}
|
|
|
|
func TestCmiiAppDeploy(t *testing.T) {
|
|
|
|
CmiiAppDeploy()
|
|
}
|