mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-07 08:49:37 +08:00
docs: enter WC live
This commit is contained in:
12
hrp/cmd/ios/ios_test.go
Normal file
12
hrp/cmd/ios/ios_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
//go:build localtest
|
||||
|
||||
package ios
|
||||
|
||||
func TestGetDevice(t *testing.T) {
|
||||
device, err := getDevice(udid)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
t.Logf("device: %v", device)
|
||||
}
|
||||
Reference in New Issue
Block a user