10 lines
118 B
Go
Executable File
10 lines
118 B
Go
Executable File
package main
|
|
|
|
import "testing"
|
|
|
|
func TestCmiiEnvDeploy(t *testing.T) {
|
|
|
|
CmiiEnvDeploy("wrj", true, "5.6.0", demo)
|
|
|
|
}
|