cmd_test.go 122 Bytes
Newer Older
liming6's avatar
liming6 committed
1
2
3
4
5
package utils

import "testing"

func TestDetectCmd(t *testing.T) {
6
	a, b := DetectCmd("hy-smi")
liming6's avatar
liming6 committed
7
8
	t.Logf("%v,%v", a, b)
}