V2bX/cmd/common_test.go
2023-05-24 10:26:14 +08:00

12 lines
164 B
Go

package cmd
import "testing"
func TestExecCommand(t *testing.T) {
t.Log(execCommand("echo test"))
}
func Test_printFailed(t *testing.T) {
t.Log(Err("test"))
}